Skip navigation links
A B C D E F G H I J K L M O P R S T V W 

A

api.autotest - package api.autotest
 
api.autotest.common - package api.autotest.common
 
api.autotest.db - package api.autotest.db
 
api.autotest.keywords - package api.autotest.keywords
 
api.autotest.rest - package api.autotest.rest
 
api.autotest.util - package api.autotest.util
 
ARRAY_CONTAINS - Static variable in class api.autotest.db.ValidationUtils
 

B

BasicLibrary - Class in api.autotest
 
BasicLibrary() - Constructor for class api.autotest.BasicLibrary
 
buildJsonTemplate(String, String) - Method in class api.autotest.keywords.JsonLibrary
 

C

clearSqlQueries() - Method in class api.autotest.db.RobotDatabaseUtils
 
CommonUtils - Class in api.autotest.util
 
CommonUtils() - Constructor for class api.autotest.util.CommonUtils
 
connections - Static variable in class api.autotest.db.RobotDatabaseUtils
 
connectToDatabase(String, String, String, String, String) - Method in class api.autotest.keywords.RobotDatabaseLibrary
 
CONTENT_TYPE - Static variable in class api.autotest.rest.RestClient
 
cookies - Variable in class api.autotest.rest.RestServiceResponse
 
CT_APPLICATION_OCTETSTREAM - Static variable in class api.autotest.rest.RestClient
 

D

delete(String, Map<String, String>) - Method in class api.autotest.rest.RestClient
 
disconnectFromDatabase(String) - Method in class api.autotest.keywords.RobotDatabaseLibrary
 
disconnectFromDatabases() - Method in class api.autotest.keywords.RobotDatabaseLibrary
 

E

encodeBase64(String) - Method in class api.autotest.keywords.RobotRestLibrary
 
errMsg - Variable in class api.autotest.db.RobotDatabaseUtils
 
error(Logger, Object) - Static method in class api.autotest.common.LoggerUtils
 
executeSql(String, String) - Method in class api.autotest.keywords.RobotDatabaseLibrary
 
executeSqlQuery(String, String) - Method in class api.autotest.db.RobotDatabaseUtils
 

F

formatQuery(String, List<Object>) - Method in class api.autotest.db.ValidationUtils
 

G

get(String) - Method in class api.autotest.rest.OauthTokenCache
 
get() - Method in class api.autotest.rest.OauthTokenCache
 
get(String, Map<String, String>) - Method in class api.autotest.rest.RestClient
 
getByPreffix(NavigableMap<String, String>, String) - Method in class api.autotest.db.ValidationUtils
 
getByPreffix(NavigableMap<String, String>, String, Character) - Method in class api.autotest.db.ValidationUtils
 
getConnection(String) - Method in class api.autotest.db.RobotDatabaseUtils
 
getCookies() - Method in class api.autotest.rest.RestServiceResponse
 
getDBValue(String) - Method in class api.autotest.keywords.RobotDatabaseLibrary
 
getDBValues(String) - Method in class api.autotest.keywords.RobotDatabaseLibrary
 
getFromCache(String) - Method in class api.autotest.keywords.RobotRestLibrary
Get oauth token by given ${key} if token is valid
getFromCache() - Method in class api.autotest.keywords.RobotRestLibrary
Get oauth token
getFromCache(String) - Method in class api.autotest.rest.RestClientUtils
 
getFromCache() - Method in class api.autotest.rest.RestClientUtils
 
getHeaders() - Method in class api.autotest.rest.RestServiceResponse
 
getMultiPart(Map<String, String>, String, FormDataMultiPart) - Static method in class api.autotest.rest.MultiPartUtils
 
getNumberOfRows(String, String, String) - Method in class api.autotest.db.RobotDatabaseUtils
 
getNumberOfRows(List<Map<String, String>>) - Method in class api.autotest.db.RobotDatabaseUtils
 
getResponse() - Method in class api.autotest.rest.RestServiceResponse
 
getResponseHeaders(Response) - Method in class api.autotest.rest.RestClientUtils
 
getRowCount(ResultSet) - Method in class api.autotest.db.RobotDatabaseUtils
 
getSqlQueries() - Method in class api.autotest.db.RobotDatabaseUtils
 
getSqlResource() - Method in class api.autotest.keywords.RobotDatabaseLibrary
 
getStatusCode() - Method in class api.autotest.rest.RestServiceResponse
 
getStatusMessage() - Method in class api.autotest.rest.RestServiceResponse
 
getTemplateValuesMap(String[], String) - Static method in class api.autotest.util.CommonUtils
 
getValidationAttributes(String, TreeMap<String, String>, String) - Method in class api.autotest.db.ValidationUtils
 

H

headers - Variable in class api.autotest.rest.RestServiceResponse
 

I

info(Logger, Object) - Static method in class api.autotest.common.LoggerUtils
 
invoke(String, Map<String, String>, String, String) - Method in class api.autotest.rest.RestClientUtils
 
invokeService(String) - Method in class api.autotest.keywords.RobotRestLibrary
 
invokeService(String, String) - Method in class api.autotest.keywords.RobotRestLibrary
 
invokeService(String, Map<String, String>, String) - Method in class api.autotest.keywords.RobotRestLibrary
 
invokeService(String, Map<String, String>, String, String) - Method in class api.autotest.keywords.RobotRestLibrary
 

J

JsonLibrary - Class in api.autotest.keywords
 
JsonLibrary() - Constructor for class api.autotest.keywords.JsonLibrary
 

K

KEY_COLLUMN_NAME - Static variable in class api.autotest.db.ValidationUtils
 
KEY_DBNAME - Static variable in class api.autotest.db.ValidationUtils
 
KEY_EXPECTED_VALUE - Static variable in class api.autotest.db.ValidationUtils
 
KEY_QUERY - Static variable in class api.autotest.db.ValidationUtils
 
KEY_QUERY_NAME - Static variable in class api.autotest.db.ValidationUtils
 

L

LENGTH_EQUALS - Static variable in class api.autotest.db.ValidationUtils
 
LoggerUtils - Class in api.autotest.common
 
LoggerUtils() - Constructor for class api.autotest.common.LoggerUtils
 

M

MultiPartUtils - Class in api.autotest.rest
 
MultiPartUtils() - Constructor for class api.autotest.rest.MultiPartUtils
 

O

OauthTokenCache - Class in api.autotest.rest
 
OauthTokenCache() - Constructor for class api.autotest.rest.OauthTokenCache
 

P

post(String, Map<String, String>, String) - Method in class api.autotest.rest.RestClient
 
put(String, Object, Long, Long) - Method in class api.autotest.rest.OauthTokenCache
 
put(Object) - Method in class api.autotest.rest.OauthTokenCache
 
put(String, Map<String, String>, String) - Method in class api.autotest.rest.RestClient
 

R

remove(String) - Method in class api.autotest.rest.OauthTokenCache
 
removeAndGet(String) - Method in class api.autotest.rest.OauthTokenCache
 
removeFromCache(String) - Method in class api.autotest.keywords.RobotRestLibrary
Remove oauth token by given ${key}
removeFromCache(String) - Method in class api.autotest.rest.RestClientUtils
 
removeNonAsciiChars(String) - Static method in class api.autotest.util.CommonUtils
 
REPLACE_WITH - Static variable in class api.autotest.rest.RestClientUtils
 
REPLACE_WITH - Static variable in class api.autotest.util.CommonUtils
 
response - Variable in class api.autotest.rest.RestServiceResponse
 
RestClient - Class in api.autotest.rest
 
RestClient() - Constructor for class api.autotest.rest.RestClient
 
RestClientUtils - Class in api.autotest.rest
 
RestClientUtils() - Constructor for class api.autotest.rest.RestClientUtils
 
RestClientUtils.Action - Enum in api.autotest.rest
 
RestServiceResponse - Class in api.autotest.rest
 
RestServiceResponse() - Constructor for class api.autotest.rest.RestServiceResponse
 
ROBOT_LIBRARY_SCOPE - Static variable in class api.autotest.BasicLibrary
 
ROBOT_LIBRARY_SCOPE - Static variable in class api.autotest.keywords.RobotDatabaseLibrary
 
RobotDatabaseLibrary - Class in api.autotest.keywords
 
RobotDatabaseLibrary() - Constructor for class api.autotest.keywords.RobotDatabaseLibrary
 
RobotDatabaseUtils - Class in api.autotest.db
 
RobotDatabaseUtils() - Constructor for class api.autotest.db.RobotDatabaseUtils
 
RobotRestLibrary - Class in api.autotest.keywords
 
RobotRestLibrary() - Constructor for class api.autotest.keywords.RobotRestLibrary
 

S

saveToCache(Object) - Method in class api.autotest.keywords.RobotRestLibrary
Save a specific oauth token
saveToCache(String, Object) - Method in class api.autotest.keywords.RobotRestLibrary
Save oauth token to a special ${key} in one hour valid.
saveToCache(String, Object, long) - Method in class api.autotest.keywords.RobotRestLibrary
Save oauth token to a special ${key} in ${timeToLive} valid.
saveToCache(String, Object, long, long) - Method in class api.autotest.keywords.RobotRestLibrary
Save oauth token to a special ${key} in ${timetoLive} - ${cacheAllowance} valid
saveToCache(String, Object, long) - Method in class api.autotest.rest.RestClientUtils
 
saveToCache(String, Object, long, long) - Method in class api.autotest.rest.RestClientUtils
 
saveToCache(Object) - Method in class api.autotest.rest.RestClientUtils
 
setConnection(String, Connection) - Method in class api.autotest.db.RobotDatabaseUtils
 
setConnectionConfig(String, String, String, String) - Method in class api.autotest.db.RobotDatabaseUtils
 
setCookies(Map<String, NewCookie>) - Method in class api.autotest.rest.RestServiceResponse
 
setHeaders(Map<String, String>) - Method in class api.autotest.rest.RestServiceResponse
 
setOauthTokenCache(OauthTokenCache) - Method in class api.autotest.rest.RestClientUtils
 
setResponse(Object) - Method in class api.autotest.rest.RestServiceResponse
 
setRestClient(RestClient) - Method in class api.autotest.rest.RestClientUtils
 
SetSqlResource(String) - Method in class api.autotest.keywords.RobotDatabaseLibrary
 
setStatusCode(int) - Method in class api.autotest.rest.RestServiceResponse
 
setStatusMessage(String) - Method in class api.autotest.rest.RestServiceResponse
 
sqlQueries - Variable in class api.autotest.db.RobotDatabaseUtils
 
sqlResource - Variable in class api.autotest.db.RobotDatabaseUtils
 
statusCode - Variable in class api.autotest.rest.RestServiceResponse
 
statusMessage - Variable in class api.autotest.rest.RestServiceResponse
 

T

tableMap - Static variable in class api.autotest.keywords.RobotRestLibrary
 
toString() - Method in class api.autotest.rest.RestServiceResponse
 

V

validateJsonObject(String, String) - Method in class api.autotest.keywords.JsonLibrary
 
validateJsonObject(String, String, String) - Method in class api.autotest.keywords.JsonLibrary
 
ValidationUtils - Class in api.autotest.db
 
ValidationUtils() - Constructor for class api.autotest.db.ValidationUtils
 
VALUE_EQUALS - Static variable in class api.autotest.db.ValidationUtils
 
VALUE_IN_RANGE - Static variable in class api.autotest.db.ValidationUtils
 
valueOf(String) - Static method in enum api.autotest.rest.RestClientUtils.Action
Returns the enum constant of this type with the specified name.
values() - Static method in enum api.autotest.rest.RestClientUtils.Action
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Logger, Object) - Static method in class api.autotest.common.LoggerUtils
 
A B C D E F G H I J K L M O P R S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.