org.apache.openejb.testng
Class ApplicationComposerListener

java.lang.Object
  extended by org.apache.openejb.testng.ApplicationComposerListener
All Implemented Interfaces:
org.testng.IInvokedMethodListener, org.testng.ITestNGListener

public class ApplicationComposerListener
extends Object
implements org.testng.IInvokedMethodListener


Constructor Summary
ApplicationComposerListener()
           
 
Method Summary
 void afterInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult)
           
 void beforeInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationComposerListener

public ApplicationComposerListener()
Method Detail

beforeInvocation

public void beforeInvocation(org.testng.IInvokedMethod method,
                             org.testng.ITestResult testResult)
Specified by:
beforeInvocation in interface org.testng.IInvokedMethodListener

afterInvocation

public void afterInvocation(org.testng.IInvokedMethod method,
                            org.testng.ITestResult testResult)
Specified by:
afterInvocation in interface org.testng.IInvokedMethodListener


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.