Package com.intuit.karate.junit5
Class FeatureNode
java.lang.Object
com.intuit.karate.junit5.FeatureNode
- All Implemented Interfaces:
Iterable<org.junit.jupiter.api.DynamicTest>,Iterator<org.junit.jupiter.api.DynamicTest>
public class FeatureNode
extends Object
implements Iterator<org.junit.jupiter.api.DynamicTest>, Iterable<org.junit.jupiter.api.DynamicTest>
- Author:
- pthomas3
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFeatureNode(Suite suite, List<CompletableFuture> futures, FeatureCall featureCall, String tagSelector) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
futures
-
suite
-
featureRuntime
-
-
Constructor Details
-
FeatureNode
public FeatureNode(Suite suite, List<CompletableFuture> futures, FeatureCall featureCall, String tagSelector)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public org.junit.jupiter.api.DynamicTest next() -
iterator
-