|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestRun | |
org.exolab.jmscts.report | Code to generate HTML reports from XML, using XSLT |
Uses of TestRun in org.exolab.jmscts.report |
Methods in org.exolab.jmscts.report that return TestRun | |
TestRun |
TestRuns.getTestRun(int index)
Method getTestRun |
TestRun[] |
TestRuns.getTestRun()
Method getTestRun |
static TestRun |
ReportHelper.getTestRun(JMSTestCase test)
Maps a JMSTestCase instance to a TestRun |
static TestRun |
ReportHelper.getTestRun(JMSTestCase test,
TestContext context)
Maps a JMSTestCase instance to a TestRun ,
using the specified context |
TestRun |
CurrentTest.getTestRun()
Returns the value of field 'testRun'. |
static TestRun |
TestRun.unmarshal(java.io.Reader reader)
Method unmarshal |
Methods in org.exolab.jmscts.report with parameters of type TestRun | |
void |
TestRuns.addTestRun(TestRun vTestRun)
Method addTestRun |
void |
TestRuns.addTestRun(int index,
TestRun vTestRun)
Method addTestRun |
boolean |
TestRuns.removeTestRun(TestRun vTestRun)
Method removeTestRun |
void |
TestRuns.setTestRun(int index,
TestRun vTestRun)
Method setTestRun |
void |
TestRuns.setTestRun(TestRun[] testRunArray)
Method setTestRun |
void |
CurrentTest.setTestRun(TestRun testRun)
Sets the value of field 'testRun'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |