Package de.oliver.fancylib.tests.annotations
package de.oliver.fancylib.tests.annotations
-
Annotation InterfacesClassDescriptionAnnotation to mark a method that should be executed after each test case in a test class.FPBeforeEach is a custom annotation designed to be used on methods that should be executed before each test method.FPTest is a custom annotation designed to be used on methods for marking them as test cases.