Package io.helidon.testing.junit5.suite
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
-
Element Details
-
value
Class<? extends SuiteProvider> valueSuite provider class.- Returns:
- the provider class
-