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.