com.rmn.testrail.parameters.ApiParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testrailsdk Show documentation
Show all versions of testrailsdk Show documentation
A package for managing your TestRail information
package com.rmn.testrail.parameters;
public class ApiParameters {
public static String append(ApiParameter parameter, int value) {
return parameter.parameter + value;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy