com.agical.rdoc.core.model.test.director
Class RMockEventTestStructureDirectorImpl

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

public class RMockEventTestStructureDirectorImpl
extends java.lang.Object
implements com.agical.rmock.core.event.TestStructureListener, com.agical.rmock.core.event.TestSuiteListener, com.agical.rmock.core.event.TestCaseListener


Constructor Summary
RMockEventTestStructureDirectorImpl(TestStructureBuilder testStructureBuilder)
           
 
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 setHub(com.agical.rmock.core.hub.Hub hub)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMockEventTestStructureDirectorImpl

public RMockEventTestStructureDirectorImpl(TestStructureBuilder testStructureBuilder)
Method Detail

setHub

public void setHub(com.agical.rmock.core.hub.Hub hub)

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

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

afterSuite

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

afterStructure

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


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