Class TestsCollection
- java.lang.Object
-
- com.carrotsearch.ant.tasks.junit4.TestsCollection
-
final class TestsCollection extends java.lang.ObjectA collection of test suites and extracted annotation information.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<TestClass>testClasses
-
Constructor Summary
Constructors Constructor Description TestsCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(TestClass testClass)booleanhasReplicatedSuites()voidonlyUniqueSuiteNames()
-