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

com.codacy.scoobydoo.RestAssuredWrapper Maven / Gradle / Ivy

The newest version!
package com.codacy.scoobydoo;

public class RestAssuredWrapper {
    public Configuration config;
    public LoggingHelper loggingHelper = new LoggingHelper();

    public RestAssuredWrapper(Configuration configuration) {
        this.config = configuration;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy