com.agical.rdoc.core.model.test.service
Class TestStructureServiceImpl

java.lang.Object
  extended by com.agical.rdoc.core.model.test.service.TestStructureServiceImpl
All Implemented Interfaces:
TestStructureService, com.agical.rmock.core.event.TestCaseListener, com.agical.rmock.core.event.TestStructureListener, com.agical.rmock.core.event.TestSuiteListener

public class TestStructureServiceImpl
extends java.lang.Object
implements TestStructureService


Constructor Summary
TestStructureServiceImpl()
           
 
Method Summary
 void afterStructure()
           
 void afterSuite()
           
 void afterTestCase()
           
 void beforeStructure(java.lang.String name)
           
 void beforeSuite(java.lang.Object suite, java.lang.String suiteName)
           
 void beforeTestCase(java.lang.Object testInstance, java.lang.String testName)
           
 void setTargetProvider(TargetProvider targetProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestStructureServiceImpl

public TestStructureServiceImpl()
Method Detail

beforeStructure

public void beforeStructure(java.lang.String name)
Specified by:
beforeStructure in interface com.agical.rmock.core.event.TestStructureListener

beforeSuite

public void beforeSuite(java.lang.Object suite,
                        java.lang.String suiteName)
Specified by:
beforeSuite in interface com.agical.rmock.core.event.TestSuiteListener

afterSuite

public void afterSuite()
Specified by:
afterSuite in interface com.agical.rmock.core.event.TestSuiteListener

beforeTestCase

public void beforeTestCase(java.lang.Object testInstance,
                           java.lang.String testName)
Specified by:
beforeTestCase in interface com.agical.rmock.core.event.TestCaseListener

afterTestCase

public void afterTestCase()
Specified by:
afterTestCase in interface com.agical.rmock.core.event.TestCaseListener

setTargetProvider

public void setTargetProvider(TargetProvider targetProvider)

afterStructure

public void afterStructure()
Specified by:
afterStructure in interface com.agical.rmock.core.event.TestStructureListener


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