Annotation Interface TestSuite.Suite

Enclosing class:
TestSuite

@Retention(RUNTIME) @Target(TYPE) @ExtendWith(SuiteExtension.class) @Inherited public static @interface TestSuite.Suite
Test suite annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends SuiteProvider>
    Suite provider class.
  • Element Details

    • value

      Class<? extends SuiteProvider> value
      Suite provider class.
      Returns:
      the provider class