@Retention(value=RUNTIME) @Target(value=METHOD) public @interface OnTestFailure
public void theMethod(@Nonnull java.lang.reflect.Method method) throws Exception;
public void theMethod(@Nonnull java.lang.reflect.Method method, @Nonnull List errorList) throws Exception;
Copyright © 2017 etc.to. All rights reserved.