Package io.helidon.testing.junit5.suite
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 ElementsModifier and TypeRequired ElementDescriptionClass
<? extends SuiteProvider> Deprecated.Suite provider class.
-
Element Details
-
value
Class<? extends SuiteProvider> valueDeprecated.Suite provider class.- Returns:
- the provider class
-