Class TestsCollection
- java.lang.Object
-
- com.carrotsearch.ant.tasks.junit4.TestsCollection
-
final class TestsCollection extends java.lang.Object
A 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 void
add(TestClass testClass)
boolean
hasReplicatedSuites()
void
onlyUniqueSuiteNames()
-