Package com.intuit.karate.cli
Class IntellijHook
- java.lang.Object
-
- com.intuit.karate.cli.IntellijHook
-
- All Implemented Interfaces:
RuntimeHook
public class IntellijHook extends Object implements RuntimeHook
- Author:
- pthomas3
-
-
Constructor Summary
Constructors Constructor Description IntellijHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterFeature(FeatureRuntime fr)voidafterScenario(ScenarioRuntime sr)booleanbeforeFeature(FeatureRuntime fr)booleanbeforeScenario(ScenarioRuntime sr)voidbeforeSuite(Suite suite)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.intuit.karate.RuntimeHook
afterHttpCall, afterStep, afterSuite, beforeHttpCall, beforeStep
-
-
-
-
Method Detail
-
beforeSuite
public void beforeSuite(Suite suite)
- Specified by:
beforeSuitein interfaceRuntimeHook
-
beforeScenario
public boolean beforeScenario(ScenarioRuntime sr)
- Specified by:
beforeScenarioin interfaceRuntimeHook
-
afterScenario
public void afterScenario(ScenarioRuntime sr)
- Specified by:
afterScenarioin interfaceRuntimeHook
-
beforeFeature
public boolean beforeFeature(FeatureRuntime fr)
- Specified by:
beforeFeaturein interfaceRuntimeHook
-
afterFeature
public void afterFeature(FeatureRuntime fr)
- Specified by:
afterFeaturein interfaceRuntimeHook
-
-