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

io.qase.cucumber6.configuration.Cucumber6ApiConfigurer Maven / Gradle / Ivy

The newest version!
//package io.qase.cucumber6.configuration;
//
//import com.google.inject.Singleton;
//import io.cucumber.java.After;
//import io.qase.config.DefaultHeadersApiConfigurer;
//import lombok.AccessLevel;
//import lombok.NoArgsConstructor;
//
//@Singleton
//@NoArgsConstructor(access = AccessLevel.PUBLIC)
//public class Cucumber6ApiConfigurer extends DefaultHeadersApiConfigurer {
//
//    private static final Class CUCUMBER_FRAMEWORK_CLASS = After.class;
//
//    private static final String CUCUMBER_FRAMEWORK_NAME = "cucumber6";
//
//    @Override
//    protected String getFrameworkName() {
//        return CUCUMBER_FRAMEWORK_NAME;
//    }
//
//    @Override
//    protected String getFrameworkVersion() {
//        return getFrameworkVersionByClassOrUnknown(CUCUMBER_FRAMEWORK_CLASS);
//    }
//}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy