![JAR search and dependency download from the Maven repository](/logo.png)
com.codacy.scoobydoo.RestAssuredWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scooby-doo Show documentation
Show all versions of scooby-doo Show documentation
A comics character for me
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