Annotation Interface FPAfterEach


@Retention(RUNTIME) @Target(METHOD) public @interface FPAfterEach
Annotation to mark a method that should be executed after each test case in a test class. This annotation is used to identify methods that perform teardown operations, ensuring that the test environment is cleaned up and reset after each individual test method is executed.