public abstract class AbstractAllTestClassesWrapper extends Object implements TestWrapper
Modifier and Type | Field and Description |
---|---|
protected TestListener |
testListener
The test listener notified when the tests are executed.
|
Constructor and Description |
---|
AbstractAllTestClassesWrapper() |
Modifier and Type | Method and Description |
---|---|
String |
getTestClass() |
boolean |
run(TestListener listener) |
protected abstract void |
runTestClasses()
Class
wrapperRunTestClass(AbstractTestWrapper) for each AbstractTestWrapper to execute. |
protected void |
wrapperRunTestClass(AbstractTestWrapper test)
Runs all the methods in the test.
|
protected TestListener testListener
public String getTestClass()
getTestClass
in interface TestWrapper
public boolean run(TestListener listener)
run
in interface TestWrapper
protected abstract void runTestClasses()
wrapperRunTestClass(AbstractTestWrapper)
for each AbstractTestWrapper
to execute.protected void wrapperRunTestClass(AbstractTestWrapper test)
test
- the test.