sahagin-java icon indicating copy to clipboard operation
sahagin-java copied to clipboard

Cannot take screen capture for private sub method

Open NozomiIto opened this issue 8 years ago • 0 comments

Even if CatureStyle.STEP_IN is specified in the testDoc of the sub method, screen capture for the sub method is not taken.

This problem happens because Javassist CtClass.getMethods return value does not include private method and code body hook is not set for these private methods.

NozomiIto avatar May 08 '16 06:05 NozomiIto