|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionResult | |
---|---|
net.sf.jameleon | |
net.sf.jameleon.data | |
net.sf.jameleon.function | |
net.sf.jameleon.reporting | |
net.sf.jameleon.result |
Uses of FunctionResult in net.sf.jameleon |
---|
Methods in net.sf.jameleon with parameters of type FunctionResult | |
---|---|
void |
SessionTag.recordFunctionResult(FunctionResult result)
Records a FunctionResult to the tag's results and sets the FunctionResult's parent result to itself |
Uses of FunctionResult in net.sf.jameleon.data |
---|
Methods in net.sf.jameleon.data with parameters of type FunctionResult | |
---|---|
void |
AbstractDataDrivableTag.recordFunctionResult(FunctionResult result)
Records a FunctionResult to the tag's results and sets the FunctionResult's parent result to itself |
Uses of FunctionResult in net.sf.jameleon.function |
---|
Fields in net.sf.jameleon.function declared as FunctionResult | |
---|---|
protected FunctionResult |
FunctionTag.fResults
The Results for this function |
Methods in net.sf.jameleon.function that return FunctionResult | |
---|---|
FunctionResult |
FunctionTag.getFunctionResults()
|
Uses of FunctionResult in net.sf.jameleon.reporting |
---|
Methods in net.sf.jameleon.reporting with parameters of type FunctionResult | |
---|---|
protected String |
HtmlTestCaseResultGenerator.generateFunctionResult(FunctionResult result)
|
Uses of FunctionResult in net.sf.jameleon.result |
---|
Subclasses of FunctionResult in net.sf.jameleon.result | |
---|---|
class |
CountableFunctionResult
An implementation of @see TestResult that represents the result of a function point |
Methods in net.sf.jameleon.result with parameters of type FunctionResult | |
---|---|
void |
FunctionResultRecordable.recordFunctionResult(FunctionResult result)
Records a FunctionResult to the tag's results and sets the FunctionResult's parent result to itself |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |