com.agical.rdoc.core.model.test.service
Class TestStructureServiceImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestStructureServiceImpl
public TestStructureServiceImpl()
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-2008 Agical AB. All Rights Reserved.