Annotation Interface Testing.Test

Enclosing class:
Testing

@Target({ANNOTATION_TYPE,TYPE}) @Retention(RUNTIME) @Inherited @ExtendWith(TestJunitExtension.class) public static @interface Testing.Test
A test class annotation that ensures Helidon extension is loaded.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If set to true, service registry will be reset after each test method, instead after the whole test class.
  • Element Details

    • perMethod

      boolean perMethod
      If set to true, service registry will be reset after each test method, instead after the whole test class.
      Returns:
      whether to reset registry after each test method
      Default:
      false