Package de.oliver.plugintests.annotations


package de.oliver.plugintests.annotations
  • Annotation Interfaces
    Class
    Description
    Annotation 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.