Package com.intuit.karate.core
Class StepRuntime
- java.lang.Object
-
- com.intuit.karate.core.StepRuntime
-
public class StepRuntime extends Object
- Author:
- pthomas3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStepRuntime.MethodMatch
-
Field Summary
Fields Modifier and Type Field Description static Collection<Method>METHOD_MATCH
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Resultexecute(Step step, Actions actions)static Collection<Method>findMethodsByKeyword(String text)static Collection<Method>findMethodsByKeywords(List<String> text)
-
-
-
Field Detail
-
METHOD_MATCH
public static final Collection<Method> METHOD_MATCH
-
-
Method Detail
-
findMethodsByKeywords
public static Collection<Method> findMethodsByKeywords(List<String> text)
-
findMethodsByKeyword
public static Collection<Method> findMethodsByKeyword(String text)
-
-