public abstract class AbstractDynamicTest<T extends DynamicExecutionContext> extends Object
| Constructor and Description |
|---|
AbstractDynamicTest() |
| Modifier and Type | Method and Description |
|---|---|
List<org.junit.jupiter.api.DynamicNode> |
generateDynamicTestNodes() |
protected Collection<T> |
getExecutionContexts() |
protected void |
injectExecutionContext(T context) |
@TestFactory public List<org.junit.jupiter.api.DynamicNode> generateDynamicTestNodes() throws Exception
Exceptionprotected void injectExecutionContext(T context)
protected Collection<T> getExecutionContexts()
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.