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

io.cucumber.spring.CucumberTestContext Maven / Gradle / Ivy

There is a newer version: 7.21.1
Show newest version
package io.cucumber.spring;

import org.apiguardian.api.API;

@API(status = API.Status.STABLE)
public final class CucumberTestContext {
    public static final String SCOPE_CUCUMBER_GLUE = "cucumber-glue";

    private CucumberTestContext() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy