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

io.cucumber.stepexpression.ArgumentMatcher Maven / Gradle / Ivy

There is a newer version: 7.17.0
Show newest version
package io.cucumber.stepexpression;

import gherkin.pickles.PickleStep;

import java.lang.reflect.Type;
import java.util.List;

public interface ArgumentMatcher {
    List argumentsFrom(PickleStep step, Type... types);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy