Class Summary |
CountableDataDrivableResultContainer |
|
CountableDataDrivableRowResult |
|
CountableFunctionResult |
An implementation of @see TestResult that represents the result of a function point |
DataDrivableResultContainer |
An implementation of @see TestResult that represents the results of a data-drivable tag. |
DataDrivableRowResult |
An implementation of @see TestResult that represents the results of a data-drivable tag. |
FunctionResult |
An implementation of @see TestResult that represents the result of a function point |
JameleonTestResult |
An abstract Test Result. |
SessionResult |
An implementation of @see TestResult that represents the results of a session
Since a session contains function points, SessionResult is the results
of all of the function points in the single session |
TestCaseResult |
An implementation of @see TestResult that keeps track of all of the function point results as well as the the sessio results |
TestResultWithChildren |
A JameleonTestResult that can have children |
TestSuiteResult |
A test suite result is a result which contains at least one TestCaseResult for every test case run. |