@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Inherited public @interface CleanTest
TestInstance.Lifecycle and it's location.
TestInstance.Lifecycle#PER_CLASS
- the clean would happen after all tests have run
TestInstance.Lifecycle#PER_METHOD or no lifecycle
- the clean would happen after each test has run
Copyright © 2021 Flowable. All rights reserved.