Annotation Interface FPBeforeEach
FPBeforeEach is a custom annotation designed to be used on methods that should be executed before each test method.
Methods annotated with FPBeforeEach are typically used to perform setup operations needed before executing each test case.