public abstract class AbstractAllTestClassesWrapper extends java.lang.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 |
---|---|
java.lang.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
protected abstract void runTestClasses()
wrapperRunTestClass(AbstractTestWrapper)
for each AbstractTestWrapper
to execute.protected void wrapperRunTestClass(AbstractTestWrapper test)
test
- the test.public java.lang.String getTestClass()
getTestClass
in interface TestWrapper
public boolean run(TestListener listener)
run
in interface TestWrapper