Exclude / Include Unit Tests by Regular Expressions

Issue #2295 new
Roman Hentschke created an issue

Hi!

While working with a huge APEX code base it might be useful to select unit test classes not only by selecting them but also by providing regular expression(s) do either select or deselect unit tests.

Possible use case:

  • Different people are working on different parts of the apex class base
  • Developer only wants to focus in his / her tests
  • Developer still wants to be sure, that new unit test classes / unit tests are automatically “added” to the test suite without always adding it manually.

Definitely not a must have but a real nice to have.

Comments (3)

  1. Log in to comment