Interface | Description |
---|---|
JavaFormatter.ResultsRepository |
Class | Description |
---|---|
CommandBuilder | |
DescriptionFactory |
Factory to create jUnit test Descriptions.
|
DescriptionHelper |
Helper to deal with jUnit descriptions.
|
FitNessePageAnnotation |
Annotation used to pass FitNesse page information to test listeners.
|
FitNesseRunner | |
FitNesseSuite | Deprecated
Use fitnesse.junit.FitNesseRunner.
|
JavaFormatter |
Used to run tests from a JUnit test suite.
|
JavaFormatter.FileCopier | |
JavaFormatter.FolderResultsRepository | |
JavaFormatter.TestResultPage | |
JavaFormatter.TestResultsSummaryTable | |
JavaFormatter.TestResultsSummaryTableRow | |
JUnitHelper | |
JUnitRunNotifierResultsListener | |
PrintTestListener |
Annotation Type | Description |
---|---|
FitNesseRunner.ConfigFile |
The
ConfigFile annotation specifies the configuration file to load. |
FitNesseRunner.DebugMode |
The
DebugMode annotation specifies whether the test is run
with the REST debug option. |
FitNesseRunner.ExcludeSuiteFilter |
The
ExcludeSuiteFilter annotation specifies a filter for excluding tests from the Fitnesse suite
to be run, e.g.: slowtests |
FitNesseRunner.FitnesseDir |
The
FitnesseDir annotation specifies the absolute or relative
path to the directory in which FitNesseRoot can be found. |
FitNesseRunner.OutputDir |
The
OutputDir annotation specifies where the html reports of
run suites and tests will be found after running them. |
FitNesseRunner.Port | Deprecated |
FitNesseRunner.PreventSystemExit |
The
PreventSystemExit annotation specifies whether the SystemExitSecurityManager must be to prevent System.exit(int) calls. |
FitNesseRunner.Suite |
The
Suite annotation specifies the name of the Fitnesse suite
(or single page) to be run, e.g.: MySuite.MySubSuite |
FitNesseRunner.SuiteFilter |
The
SuiteFilter annotation specifies the suite filter of the Fitnesse suite
to be run, e.g.: fasttests |
FitNesseSuite.Name | Deprecated
Use FitNesseRunner.Suite
|