Class CommonConstants
- java.lang.Object
-
- com.testomatio.reporter.constants.CommonConstants
-
public class CommonConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPI_KEY_STRINGstatic StringFAILEDstatic intHTTP_TIMEOUT_SECONDSstatic intMAX_RESPONSE_BODY_SIZEstatic StringPASSEDstatic StringREPORTER_VERSIONstatic intREQUEST_TIMEOUT_SECONDSstatic StringRESPONSE_UID_KEYstatic StringSKIPPEDstatic StringTESTS_STRING
-
Constructor Summary
Constructors Constructor Description CommonConstants()
-
-
-
Field Detail
-
REPORTER_VERSION
public static final String REPORTER_VERSION
- See Also:
- Constant Field Values
-
TESTS_STRING
public static final String TESTS_STRING
- See Also:
- Constant Field Values
-
API_KEY_STRING
public static final String API_KEY_STRING
- See Also:
- Constant Field Values
-
PASSED
public static final String PASSED
- See Also:
- Constant Field Values
-
SKIPPED
public static final String SKIPPED
- See Also:
- Constant Field Values
-
FAILED
public static final String FAILED
- See Also:
- Constant Field Values
-
RESPONSE_UID_KEY
public static final String RESPONSE_UID_KEY
- See Also:
- Constant Field Values
-
HTTP_TIMEOUT_SECONDS
public static final int HTTP_TIMEOUT_SECONDS
- See Also:
- Constant Field Values
-
REQUEST_TIMEOUT_SECONDS
public static final int REQUEST_TIMEOUT_SECONDS
- See Also:
- Constant Field Values
-
MAX_RESPONSE_BODY_SIZE
public static final int MAX_RESPONSE_BODY_SIZE
- See Also:
- Constant Field Values
-
-