| Modifier and Type | Field and Description |
|---|---|
FeatureRuntime |
featureRuntime |
List<CompletableFuture> |
futures |
Suite |
suite |
| Constructor and Description |
|---|
FeatureNode(Suite suite,
List<CompletableFuture> futures,
FeatureCall featureCall,
String tagSelector) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<org.junit.jupiter.api.DynamicTest> |
iterator() |
org.junit.jupiter.api.DynamicTest |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeforEach, spliteratorpublic final List<CompletableFuture> futures
public final Suite suite
public final FeatureRuntime featureRuntime
public FeatureNode(Suite suite, List<CompletableFuture> futures, FeatureCall featureCall, String tagSelector)
Copyright © 2022. All rights reserved.