@Target(value=METHOD) @Retention(value=RUNTIME) public @interface DynamicTest
Test equivalent.
A marker annotation that identifies methods that should be collected and executed like a normal test
but under the control of of our custom test factory implementation.
A test which uses this annotation should extend AbstractDynamicTest for these marker methods
to be injected into the Jupiter test framework via a TestFactory.Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.