com.agical.rdoc.extension.junit
Class TDDocTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by com.agical.rmock.extension.junit.DynamicTestSuite
          extended by com.agical.rdoc.extension.junit.TDDocTestSuite
All Implemented Interfaces:
PostProcessorProvider, junit.framework.Test

public abstract class TDDocTestSuite
extends com.agical.rmock.extension.junit.DynamicTestSuite
implements PostProcessorProvider


Field Summary
protected  TestStructureService testStructureService
           
 
Fields inherited from class com.agical.rmock.extension.junit.DynamicTestSuite
addAllToSuite, is
 
Constructor Summary
TDDocTestSuite(java.lang.String name)
           
TDDocTestSuite(java.lang.String name, com.agical.rmock.core.configuration.Configurator configurator)
           
TDDocTestSuite(java.lang.String name, com.agical.rmock.core.configuration.Configurator configurator, java.lang.String testStructureName)
           
 
Method Summary
protected  void addPostProcessor(TestSuitePostProcessor postProcessor)
           
 TestSuitePostProcessor[] getPostProcessors()
           
 
Methods inherited from class com.agical.rmock.extension.junit.DynamicTestSuite
allClasses, countTestCases, forEach, run, setTestStructureListener, setTestSuiteListener, setupSuite
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, createTest, getName, getTestConstructor, runTest, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

testStructureService

protected TestStructureService testStructureService
Constructor Detail

TDDocTestSuite

public TDDocTestSuite(java.lang.String name)

TDDocTestSuite

public TDDocTestSuite(java.lang.String name,
                      com.agical.rmock.core.configuration.Configurator configurator,
                      java.lang.String testStructureName)

TDDocTestSuite

public TDDocTestSuite(java.lang.String name,
                      com.agical.rmock.core.configuration.Configurator configurator)
Method Detail

getPostProcessors

public TestSuitePostProcessor[] getPostProcessors()
Specified by:
getPostProcessors in interface PostProcessorProvider

addPostProcessor

protected void addPostProcessor(TestSuitePostProcessor postProcessor)


Copyright © 2005-2010 Agical AB. All Rights Reserved.