public interface DynamicExecutionContext
TestFactory to check whether given test nodes
should be generated or not.| Modifier and Type | Method and Description |
|---|---|
default String |
getTestContainerName(Class<? extends AbstractDynamicTest> testClass)
Return the name of the dynamic node container associated with this execution context.
|
default boolean |
isExecutionAllowed(Class<? extends AbstractDynamicTest> testClass)
Allows applying filter criteria against the test class.
|
default boolean |
isExecutionAllowed(Method method)
Allows applying filter criteria against the dynamic test method.
|
default boolean isExecutionAllowed(Class<? extends AbstractDynamicTest> testClass)
testClass - The test class.default boolean isExecutionAllowed(Method method)
method - The test method.default String getTestContainerName(Class<? extends AbstractDynamicTest> testClass)
testClass - The test class.Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.