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

io.qase.junit4.configuration.Junit4ApiConfigurer Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
//package io.qase.junit4.configuration;
//
//import com.google.inject.Singleton;
//import io.qase.config.DefaultHeadersApiConfigurer;
//import lombok.AccessLevel;
//import lombok.NoArgsConstructor;
//import org.junit.Test;
//
//@Singleton
//@NoArgsConstructor(access = AccessLevel.PUBLIC)
//public class Junit4ApiConfigurer extends DefaultHeadersApiConfigurer {
//
//    private static final Class JUNIT_FRAMEWORK_CLASS = Test.class;
//
//    private static final String JUNIT_FRAMEWORK_NAME = "junit4";
//
//    @Override
//    protected String getFrameworkName() {
//        return JUNIT_FRAMEWORK_NAME;
//    }
//
//    @Override
//    protected String getFrameworkVersion() {
//        return getFrameworkVersionByClassOrUnknown(JUNIT_FRAMEWORK_CLASS);
//    }
//}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy