junit4 icon indicating copy to clipboard operation
junit4 copied to clipboard

Possibility to specify suite classes in custom Categories subclasses constructor

Open dbratusa opened this issue 3 years ago • 0 comments

If subclassing the Suite class one can implement a constructor which can invoke a custom static method to specify test suite classes. This is currently not possible with subclasses ob Categories.

Therefore i propose this small fix to expose the constructor with the signature Categories(RunnerBuilder, Class>, Class>[]) to subclasses.

dbratusa avatar Apr 09 '22 14:04 dbratusa