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

io.swagger.codegen.languages.features.LoggingTestFeatures Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
package io.swagger.codegen.languages.features;

public interface LoggingTestFeatures {
    public static final String USE_LOGGING_FEATURE_FOR_TESTS = "useLoggingFeatureForTests";

    public void setUseLoggingFeatureForTests(boolean useLoggingFeatureForTests);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy