@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface AbortOnException.NoAbort
AbortOnException. A test annotated with this will not be skipped, even if a previous test failed.
Sometimes in integrations test some later test mainly perform clean up actions, and you'd better not skip it.public abstract String value
Copyright © 2022. All rights reserved.