Module org.easymock
Package org.easymock

Class EasyMockListener

java.lang.Object
org.easymock.EasyMockListener
All Implemented Interfaces:
org.testng.IInvokedMethodListener, org.testng.ITestNGListener

public class EasyMockListener extends Object implements org.testng.IInvokedMethodListener
  • Constructor Details

    • EasyMockListener

      public EasyMockListener()
  • Method Details

    • 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