junit4
junit4 copied to clipboard
Possibility to specify suite classes in custom Categories subclasses constructor
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.