|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JameleonTestResult | |
---|---|
net.sf.jameleon | |
net.sf.jameleon.data | |
net.sf.jameleon.reporting | |
net.sf.jameleon.result | |
net.sf.jameleon.ui |
Uses of JameleonTestResult in net.sf.jameleon |
---|
Methods in net.sf.jameleon with parameters of type JameleonTestResult | |
---|---|
protected JellyTagException |
TestCaseTag.createExceptionFromResult(JameleonTestResult jtr)
|
protected JellyTagException |
TestCaseTag.createExceptionFromResult(String message,
JameleonTestResult jtr)
|
void |
TestCaseTag.invokeChildren(int rowNum,
JameleonTestResult result)
Execute the rest of the test script. |
protected void |
TestCaseTag.recordResult(JameleonTestResult result)
Records a child result. |
protected void |
SessionTag.recordResult(JameleonTestResult result)
|
Uses of JameleonTestResult in net.sf.jameleon.data |
---|
Methods in net.sf.jameleon.data with parameters of type JameleonTestResult | |
---|---|
protected void |
AbstractDataDrivableTag.recordResult(JameleonTestResult result)
Records a child result. |
Uses of JameleonTestResult in net.sf.jameleon.reporting |
---|
Methods in net.sf.jameleon.reporting with parameters of type JameleonTestResult | |
---|---|
protected String |
HtmlTestCaseResultGenerator.generateAppropriateResult(JameleonTestResult result)
|
Uses of JameleonTestResult in net.sf.jameleon.result |
---|
Subclasses of JameleonTestResult in net.sf.jameleon.result | |
---|---|
class |
CountableDataDrivableResultContainer
|
class |
CountableDataDrivableRowResult
|
class |
CountableFunctionResult
An implementation of @see TestResult that represents the result of a function point |
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 |
FunctionResult
An implementation of @see TestResult that represents the result of a function point |
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 |
Methods in net.sf.jameleon.result that return JameleonTestResult | |
---|---|
JameleonTestResult |
JameleonTestResult.findAncestorByClass(Class clzz)
|
Methods in net.sf.jameleon.result with parameters of type JameleonTestResult | |
---|---|
void |
TestResultWithChildren.addChildResult(JameleonTestResult childResult)
Adds a JameleonTestResult to the list of JameleonTestResult int the TestCase |
void |
HasChildResults.addChildResult(JameleonTestResult childResult)
Adds a child result to the list of results |
void |
TestResultWithChildren.addFailedResult(JameleonTestResult failedResult)
Adds a failed JameleonTestResult to the list of failed results |
void |
HasChildResults.addFailedResult(JameleonTestResult result)
Adds a failed result |
Uses of JameleonTestResult in net.sf.jameleon.ui |
---|
Methods in net.sf.jameleon.ui with parameters of type JameleonTestResult | |
---|---|
protected Integer |
TestCaseResultsPane.getFailedRowNum(JameleonTestResult result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |