|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HasChildResults | |
---|---|
net.sf.jameleon.result |
Uses of HasChildResults in net.sf.jameleon.result |
---|
Classes in net.sf.jameleon.result that implement HasChildResults | |
---|---|
class |
CountableDataDrivableResultContainer
|
class |
CountableDataDrivableRowResult
|
class |
DataDrivableResultContainer
An implementation of @see TestResult that represents the results of a data-drivable tag. |
class |
DataDrivableRowResult
An implementation of @see TestResult that represents the results of a data-drivable tag. |
class |
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 |
class |
TestCaseResult
An implementation of @see TestResult that keeps track of all of the function point results as well as the the sessio results |
class |
TestResultWithChildren
A JameleonTestResult that can have children |
Fields in net.sf.jameleon.result declared as HasChildResults | |
---|---|
protected HasChildResults |
JameleonTestResult.parentResults
The parent results |
Methods in net.sf.jameleon.result that return HasChildResults | |
---|---|
HasChildResults |
JameleonTestResult.getParentResults()
Gets the parent results |
Methods in net.sf.jameleon.result with parameters of type HasChildResults | |
---|---|
void |
JameleonTestResult.setParentResults(HasChildResults parentResults)
Sets the parent results |
Constructors in net.sf.jameleon.result with parameters of type HasChildResults | |
---|---|
CountableDataDrivableResultContainer(FunctionalPoint tag,
HasChildResults parentResults)
|
|
CountableDataDrivableRowResult(FunctionalPoint tag,
HasChildResults parentResults)
|
|
CountableFunctionResult(FunctionalPoint tag,
HasChildResults parentTestResult)
|
|
DataDrivableResultContainer(FunctionalPoint tag,
HasChildResults parentResults)
|
|
DataDrivableRowResult(FunctionalPoint tag,
HasChildResults parentResults)
|
|
FunctionResult(FunctionalPoint tag,
HasChildResults parentTestResult)
|
|
JameleonTestResult(FunctionalPoint tag,
HasChildResults parentResults)
Constructor |
|
SessionResult(FunctionalPoint tag,
HasChildResults parentResults)
Default Constructor. |
|
TestResultWithChildren(FunctionalPoint tag,
HasChildResults parentResults)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |