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

automation.library.api.core.Constants Maven / Gradle / Ivy

Go to download

The 'api' library contains a set of java helper classes that support api testing by leveraging Rest-Assured.

The newest version!
package automation.library.api.core;

/**
 * POJO used to define constants of rest api calls
 */

public class Constants {
    public static final String BASEPATH = System.getProperty("user.dir") + "/src/test/resources/";
    public static final String APISTRUCTUREPATH = BASEPATH + "apistructures/";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy