All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.cucumber.core.runner.StepDefinitionMatch Maven / Gradle / Ivy

The newest version!
package io.cucumber.core.runner;

import io.cucumber.core.backend.TestCaseState;

interface StepDefinitionMatch {

    void runStep(TestCaseState state) throws Throwable;

    void dryRunStep(TestCaseState state) throws Throwable;

    String getCodeLocation();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy