(Class<?> klass)
| 38 | @RunWith(AllTests.class) |
| 39 | public class AllTests extends Suite { |
| 40 | public AllTests(Class<?> klass) throws InitializationError { |
| 41 | super(klass, RtgTestEntry.getClasses()); |
| 42 | } |
| 43 | } |
nothing calls this directly
no test coverage detected