|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FixturesRunnerConfig
Represents the configuration for a test execution.
FixturesRunnerConfigFactory,
FixturesRunner.run(FixturesRunnerConfig)| Method Summary | |
|---|---|
ReadOnlyArray<String> |
getCategories()
Returns regular expressions representing the categories to execute during the test run. |
Class<? extends TestDefinition> |
getDefinitionClass()
Returns the type that defines a test. |
ReadOnlyArray<Class<?>> |
getFixtureClasses()
Returns the test fixture classes to run during test execution. |
Class<? extends SetUpTearDown> |
getSutdClass()
Returns the type that executes test case set up and tear down. |
boolean |
isHaltOnFailure()
Returns true if the test run is to halt execution when a test case gives a result of
TestResultType.FAILURE, TestResultType.FAILURE_SETUP, or TestResultType.FAILURE_TEARDOWN,
false otherwise. |
| Method Detail |
|---|
ReadOnlyArray<Class<?>> getFixtureClasses()
Class<? extends TestDefinition> getDefinitionClass()
null.
This class should have either; a no argument constructor, or a constructor that takes a single
java.lang.String argument.
null.Class<? extends SetUpTearDown> getSutdClass()
null.
This class should have either; a no argument constructor, or a constructor that takes a single
java.lang.String argument.
null.boolean isHaltOnFailure()
true if the test run is to halt execution when a test case gives a result of
TestResultType.FAILURE, TestResultType.FAILURE_SETUP, or TestResultType.FAILURE_TEARDOWN,
false otherwise.
true if the test run is to halt execution when a test case gives a result of
TestResultType.FAILURE, TestResultType.FAILURE_SETUP, or TestResultType.FAILURE_TEARDOWN,
false otherwise.ReadOnlyArray<String> getCategories()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||