org.powermock.modules.testng.internal
Class TestNGMethodFilter

java.lang.Object
  extended by org.powermock.modules.testng.internal.TestNGMethodFilter
All Implemented Interfaces:
javassist.util.proxy.MethodFilter

public class TestNGMethodFilter
extends Object
implements javassist.util.proxy.MethodFilter

Javassist method filter that ignores the toString, equals, finalize and hashCode method otherwise the test output in Maven looks strange and replayAll/verifyAll doesn't work as expected.


Constructor Summary
TestNGMethodFilter()
           
 
Method Summary
 boolean isHandled(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNGMethodFilter

public TestNGMethodFilter()
Method Detail

isHandled

public boolean isHandled(Method method)
Specified by:
isHandled in interface javassist.util.proxy.MethodFilter


Copyright © 2007-2013. All Rights Reserved.