Annotation Interface TestSuite.Suite

Enclosing class:
TestSuite

@Deprecated @Retention(RUNTIME) @Target(TYPE) @ExtendWith(SuiteExtension.class) @Inherited public static @interface TestSuite.Suite
Deprecated.
this is a feature in progress of development, there may be backward incompatible changes done to it, so please use with care
Test suite annotation.
  • Required Element Summary

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

    • value

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