Package org.approvej
Annotation Interface ApprovalTest
@Target(TYPE)
@Retention(RUNTIME)
@ExtendWith(DanglingApprovalExtension.class)
public @interface ApprovalTest
Enables dangling approval detection for the annotated test class.
After each test, any approve() call that was not
concluded with a terminal method (by(),
byFile(), or byValue())
will cause a DanglingApprovalError.