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

io.cucumber.junit.platform.engine.NamingStrategy Maven / Gradle / Ivy

There is a newer version: 7.20.1
Show newest version
package io.cucumber.junit.platform.engine;

import io.cucumber.core.gherkin.Pickle;
import io.cucumber.plugin.event.Node;

interface NamingStrategy {

    String name(Node node);

    String nameExample(Node.Example node, Pickle pickle);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy