com.agical.rmock.core.event
Interface TestCaseListener

All Known Subinterfaces:
TestStructureService
All Known Implementing Classes:
CglibProxyFactory, ExceptionVerifierImpl, RMockEventTestStructureDirectorImpl, SectionManagerService, TestStructureServiceImpl

public interface TestCaseListener

Author:
brolund (c) 2005 Agical AB

Method Summary
 void afterTestCase()
           
 void beforeTestCase(Object testInstance, String testName)
           
 

Method Detail

beforeTestCase

void beforeTestCase(Object testInstance,
                    String testName)

afterTestCase

void afterTestCase()


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