Package com.intuit.karate.junit5
Class FeatureNode
- java.lang.Object
-
- com.intuit.karate.junit5.FeatureNode
-
-
Field Summary
Fields Modifier and Type Field Description com.intuit.karate.core.FeatureRuntimefeatureRuntimeList<CompletableFuture>futurescom.intuit.karate.Suitesuite
-
Constructor Summary
Constructors Constructor Description FeatureNode(com.intuit.karate.Suite suite, List<CompletableFuture> futures, com.intuit.karate.core.FeatureCall featureCall, String tagSelector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Iterator<org.junit.jupiter.api.DynamicTest>iterator()org.junit.jupiter.api.DynamicTestnext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Field Detail
-
futures
public final List<CompletableFuture> futures
-
suite
public final com.intuit.karate.Suite suite
-
featureRuntime
public final com.intuit.karate.core.FeatureRuntime featureRuntime
-
-
Constructor Detail
-
FeatureNode
public FeatureNode(com.intuit.karate.Suite suite, List<CompletableFuture> futures, com.intuit.karate.core.FeatureCall featureCall, String tagSelector)
-
-