Uses of Interface
net.sourceforge.groboutils.autodoc.v1.testserver.TestData

Packages that use TestData
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. 
net.sourceforge.groboutils.pmti.v1.autodoc.v1.server Collection of server classes for the AutoDoc integration of the PMTI package (called officially "Issue Traceability Framework"). 
net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml   
 

Uses of TestData in net.sourceforge.groboutils.autodoc.v1.testserver
 

Classes in net.sourceforge.groboutils.autodoc.v1.testserver that implement TestData
 class DefaultTestData
          A simple implementation of TestData which only knows about TestInfo.
 

Methods in net.sourceforge.groboutils.autodoc.v1.testserver that return TestData
 TestData TestDataFactory.createTestData(TestInfo info)
          Create the TestData for the specific info instance.
protected  TestData TestCorrelate.getTestData(TestInfo info)
           
 TestData Monitor.getTestData(TestInfo info)
          Retrieves the data associated with the given TestInfo, as was created through Monitor.addTestData( TestInfo ).
 TestData DefaultMonitor.getTestData(TestInfo info)
          Retrieves the data associated with the given TestInfo, as was created through DefaultMonitor.addTestData( TestInfo ).
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.
 

Methods in net.sourceforge.groboutils.autodoc.v1.testserver with parameters of type TestData
 void Server.addTestData(TestData td)
          Receives td from a Monitor and handles it in an implementation specific manner.
protected  void DefaultMonitor.sendTestDataToServer(TestData td)
          Sends off the test data to the server.
protected  void DefaultMonitor.assertNotNull(TestData td)
          Ensures that td is not null.
 void AbstractWriterServer.addTestData(TestData td)
          Receives td from a Monitor and handles it in an implementation specific manner.
protected abstract  void AbstractWriterServer.writeTestData(TestData td, java.io.Writer w)
          Write the BugTestResult with all the result's encountered BugTestLog events.
protected abstract  java.io.Writer AbstractWriterServer.openOutput(TestData td)
          Open a writer stream.
 

Uses of TestData in net.sourceforge.groboutils.autodoc.v1.testserver.junit
 

Methods in net.sourceforge.groboutils.autodoc.v1.testserver.junit with parameters of type TestData
protected abstract  void JUnitTestListener.startTest(TestData data)
          Called before the test starts, and after the test has been registered.
protected abstract  void JUnitTestListener.endTest(TestData data)
          Called after the test ends.
protected abstract  void JUnitTestListener.addError(TestData data, java.lang.Throwable t)
          Called when the test in the data has an unexpected exception thrown.
protected abstract  void JUnitTestListener.addFailure(TestData data, junit.framework.AssertionFailedError t)
          Called when the test in the data has an assertion error.
 

Uses of TestData in net.sourceforge.groboutils.pmti.v1.autodoc.v1
 

Classes in net.sourceforge.groboutils.pmti.v1.autodoc.v1 that implement TestData
 class ITFTestData
          An interface used to briefly describe a test and the gathered data associated for the test in a particular framework.
 

Methods in net.sourceforge.groboutils.pmti.v1.autodoc.v1 that return TestData
 TestData DefaultTestDataFactory.createTestData(TestInfo info)
          Create the TestData for the specific info instance.
 

Methods in net.sourceforge.groboutils.pmti.v1.autodoc.v1 with parameters of type TestData
protected  void ITFJUnitListener.startTest(TestData data)
          Called before the test starts, and after the test has been registered.
protected  void ITFJUnitListener.endTest(TestData data)
          Called after the test ends.
protected  void ITFJUnitListener.addError(TestData data, java.lang.Throwable t)
          Called when the test in the data has an unexpected exception thrown.
protected  void ITFJUnitListener.addFailure(TestData data, junit.framework.AssertionFailedError t)
          Called when the test in the data has an assertion error.
 

Uses of TestData in net.sourceforge.groboutils.pmti.v1.autodoc.v1.server
 

Methods in net.sourceforge.groboutils.pmti.v1.autodoc.v1.server with parameters of type TestData
protected  void LogFileServer.writeTestData(TestData td, java.io.Writer w)
          Write the TestData with all the result's encountered BugTestLog events.
protected  java.io.Writer AbstractNewFileServer.openOutput(TestData td)
          Open a writer stream.
protected  java.lang.String AbstractNewFileServer.createFileName(TestData td)
           
protected  java.io.Writer AbstractAppendFileServer.openOutput(TestData td)
          Open a writer stream.
 

Uses of TestData in net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml
 

Methods in net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml with parameters of type TestData
protected  void XMLFileServer.writeTestData(TestData td, java.io.Writer w)
          Write the BugTestResult with all the result's encountered BugTestLog events.
 



Copyright © 2001-2003 by The GroboUtils Project