automation.library.api.core.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library-api Show documentation
Show all versions of library-api Show documentation
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