Class 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 Detail

      • TestNGMethodFilter

        public TestNGMethodFilter()
    • Method Detail

      • isHandled

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