Class TestNGMethodFilter
- java.lang.Object
-
- 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
Constructors Constructor Description TestNGMethodFilter()
-
-
-
Method Detail
-
isHandled
public boolean isHandled(Method method)
- Specified by:
isHandled
in interfacejavassist.util.proxy.MethodFilter
-
-