|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestInfo | |
net.sourceforge.groboutils.autodoc.v1.testserver | Abstract framework to aid subcomponents of the AutoDoc facility to interact between the JUnit testing suite and a implementation-specific server, which receives corrolated events from the AutoDoc and JUnit systems. |
net.sourceforge.groboutils.autodoc.v1.testserver.junit | Helper abstract base classes to interact between the test server framework and JUnit. |
net.sourceforge.groboutils.pmti.v1.autodoc.v1 | The Issue Traceability Framework and AutoDoc v1 integration classes framework for PMTI. |
Uses of TestInfo in net.sourceforge.groboutils.autodoc.v1.testserver |
Classes in net.sourceforge.groboutils.autodoc.v1.testserver that implement TestInfo | |
class |
DefaultTestInfo
An implementation of TestInfo which is specific to JUnit. |
Methods in net.sourceforge.groboutils.autodoc.v1.testserver that return TestInfo | |
TestInfo |
TestData.getTestInfo()
Retrieve the test specific details this data item corresponds to. |
protected TestInfo |
TestCorrelate.createTestInfoFromStack()
Uses the owner class and the findClassMethodFromStack result to crate a TestInfo instance. |
protected TestInfo |
TestCorrelate.createTestInfo(java.lang.String methodName)
Use the given method name and the known owner class to create a new TestInfo instance. |
TestInfo |
DefaultTestData.getTestInfo()
Retrieve the test specific details this data item corresponds to. |
Methods in net.sourceforge.groboutils.autodoc.v1.testserver with parameters of type TestInfo | |
TestData |
TestDataFactory.createTestData(TestInfo info)
Create the TestData for the specific info instance. |
protected TestData |
TestCorrelate.getTestData(TestInfo info)
|
void |
Monitor.addTestData(TestInfo info)
Adds a new TestData instance related to the given TestInfo. |
TestData |
Monitor.getTestData(TestInfo info)
Retrieves the data associated with the given TestInfo, as was created through Monitor.addTestData( TestInfo ) . |
void |
Monitor.sendTestData(TestInfo info)
Sends the TestData associated with info to the inner server, and removes the data from the inner cache. |
void |
DefaultMonitor.addTestData(TestInfo info)
Adds a new TestData instance related to the given TestInfo. |
TestData |
DefaultMonitor.getTestData(TestInfo info)
Retrieves the data associated with the given TestInfo, as was created through DefaultMonitor.addTestData( TestInfo ) . |
void |
DefaultMonitor.sendTestData(TestInfo info)
Sends the TestData associated with info to the inner server, and removes the data from the inner cache. |
protected TestData |
DefaultMonitor.createTestData(TestInfo info)
Creates a new TestData instance for the info object through the factory. |
protected TestData |
DefaultMonitor.retrieveTestData(TestInfo info)
Retrieves the registered TestData instance for the info. |
protected void |
DefaultMonitor.assertNotNull(TestInfo info)
Ensures that info is not null. |
Constructors in net.sourceforge.groboutils.autodoc.v1.testserver with parameters of type TestInfo | |
DefaultTestData(TestInfo info)
Default constructor, which requires a non-null TestInfo instance. |
Uses of TestInfo in net.sourceforge.groboutils.autodoc.v1.testserver.junit |
Classes in net.sourceforge.groboutils.autodoc.v1.testserver.junit that implement TestInfo | |
class |
JUnitTestInfo
An implementation of TestInfo which is specific to JUnit. |
Methods in net.sourceforge.groboutils.autodoc.v1.testserver.junit that return TestInfo | |
protected TestInfo |
JUnitTestListener.createTestInfo(junit.framework.Test test)
Creates a JUnitTestInfo instance. |
Uses of TestInfo in net.sourceforge.groboutils.pmti.v1.autodoc.v1 |
Methods in net.sourceforge.groboutils.pmti.v1.autodoc.v1 with parameters of type TestInfo | |
TestData |
DefaultTestDataFactory.createTestData(TestInfo info)
Create the TestData for the specific info instance. |
protected void |
AutoDocITImpl.sendTestIssue(TestInfo ti,
java.lang.String issueID)
Send the 'testsIssue' call to the monitor. |
Constructors in net.sourceforge.groboutils.pmti.v1.autodoc.v1 with parameters of type TestInfo | |
ITFTestData(TestInfo info)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |