MCPcopy Index your code
hub / github.com/TNG/JGiven / StepFunction

Interface StepFunction

jgiven-core/src/main/java/com/tngtech/jgiven/StepFunction.java:10–13  ·  view source on GitHub ↗

A functional interface for defining ad-hoc steps. @see Stage#$(String, StepFunction) @param the stage in which this step is executed @since 0.7.1

Source from the content-addressed store, hash-verified

8 * @since 0.7.1
9 */
10public interface StepFunction<STAGE> {
11
12 public void apply( STAGE stage ) throws Exception;
13}

Callers 2

applyMethod · 0.65
getNamedArgsMethod · 0.65

Implementers 14

JGivenPluginjgiven-gradle-plugin/src/main/java/com
WordUtiljgiven-core/src/main/java/com/tngtech/
ScenarioJsonReaderjgiven-core/src/main/java/com/tngtech/
ToStringjgiven-core/src/main/java/com/tngtech/
ToFilejgiven-core/src/main/java/com/tngtech/
ToFormatjgiven-core/src/main/java/com/tngtech/
ToBooleanjgiven-core/src/main/java/com/tngtech/
PlainTextScenarioWriterjgiven-core/src/main/java/com/tngtech/
POJOAnnotationFormatterjgiven-core/src/main/java/com/tngtech/
FieldBasedRowFormatterjgiven-core/src/main/java/com/tngtech/
ServeCoffeeTestjgiven-examples/src/test/java/com/tngt
AndroidJGivenTestRulejgiven-android/src/main/java/com.tngte

Calls

no outgoing calls

Tested by

no test coverage detected