Package io.cucumber.junit
Class FeatureRunnerExtractors
java.lang.Object
io.cucumber.junit.FeatureRunnerExtractors
public class FeatureRunnerExtractors
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description FeatureRunnerExtractors() -
Method Summary
Modifier and Type Method Description static java.lang.StringextractFeatureName(org.junit.runners.ParentRunner<?> runner)static java.lang.StringfeaturePathFor(org.junit.runners.ParentRunner<?> featureRunner)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FeatureRunnerExtractors
public FeatureRunnerExtractors()
-
-
Method Details
-
extractFeatureName
public static java.lang.String extractFeatureName(org.junit.runners.ParentRunner<?> runner) -
featurePathFor
public static java.lang.String featurePathFor(org.junit.runners.ParentRunner<?> featureRunner)
-