A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

A

ActionDto - Class in org.evomaster.client.java.controller.api.dto
Created by arcuri82 on 16-Sep-19.
ActionDto() - Constructor for class org.evomaster.client.java.controller.api.dto.ActionDto
 
actionIndex - Variable in class org.evomaster.client.java.controller.api.dto.TargetInfoDto
An id identify the action that led to this fitness score for this testing target.
AdditionalInfoDto - Class in org.evomaster.client.java.controller.api.dto
 
AdditionalInfoDto() - Constructor for class org.evomaster.client.java.controller.api.dto.AdditionalInfoDto
 
additionalInfoList - Variable in class org.evomaster.client.java.controller.api.dto.TestResultsDto
This list is sorted based on the action indices
AuthenticationDto - Class in org.evomaster.client.java.controller.api.dto
To authenticate a user, would need specific settings, like specific values in the HTTP headers (eg, cookies)
AuthenticationDto() - Constructor for class org.evomaster.client.java.controller.api.dto.AuthenticationDto
 
AuthenticationDto(String) - Constructor for class org.evomaster.client.java.controller.api.dto.AuthenticationDto
 
autoIncrement - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.ColumnDto
 

B

BASE_PATH - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
 
baseUrlOfSUT - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
The base URL of the running SUT (if any).

C

calculateSqlHeuristics - Variable in class org.evomaster.client.java.controller.api.dto.SutRunDto
Whether SQL heuristics should be computed.
columnData - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.DataRowDto
 
ColumnDto - Class in org.evomaster.client.java.controller.api.dto.database.schema
 
ColumnDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.schema.ColumnDto
 
columns - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.TableDto
A list of descriptions for each column in the table
command - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.DatabaseCommandDto
A generic SQL command.
contentType - Variable in class org.evomaster.client.java.controller.api.dto.CookieLoginDto
The encoding type used to specify how the data is sent
CONTROLLER_INFO - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
 
ControllerConstants - Class in org.evomaster.client.java.controller.api
 
ControllerConstants() - Constructor for class org.evomaster.client.java.controller.api.ControllerConstants
 
ControllerInfoDto - Class in org.evomaster.client.java.controller.api.dto
 
ControllerInfoDto() - Constructor for class org.evomaster.client.java.controller.api.dto.ControllerInfoDto
 
cookieLogin - Variable in class org.evomaster.client.java.controller.api.dto.AuthenticationDto
If the login is based on cookies, need to provide info on how to get such a cookie
CookieLoginDto - Class in org.evomaster.client.java.controller.api.dto
Information on how to do a login based on username/password, from which we then get a cookie back Created by arcuri82 on 24-Oct-19.
CookieLoginDto() - Constructor for class org.evomaster.client.java.controller.api.dto.CookieLoginDto
 
CookieLoginDto.ContentType - Enum in org.evomaster.client.java.controller.api.dto
 
CookieLoginDto.HttpVerb - Enum in org.evomaster.client.java.controller.api.dto
 

D

data - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.InsertionDto
 
data - Variable in class org.evomaster.client.java.controller.api.dto.WrappedResponseDto
The actual payload we are sending and are "wrapping" here
DATABASE_COMMAND - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
 
DatabaseCommandDto - Class in org.evomaster.client.java.controller.api.dto.database.operations
 
DatabaseCommandDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.operations.DatabaseCommandDto
 
databaseExecutionDto - Variable in class org.evomaster.client.java.controller.api.dto.ExtraHeuristicsDto
 
databaseType - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.DbSchemaDto
 
DatabaseType - Enum in org.evomaster.client.java.controller.api.dto.database.schema
 
DataRowDto - Class in org.evomaster.client.java.controller.api.dto.database.operations
 
DataRowDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.operations.DataRowDto
 
DbSchemaDto - Class in org.evomaster.client.java.controller.api.dto.database.schema
 
DbSchemaDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.schema.DbSchemaDto
 
DEFAULT_CONTROLLER_HOST - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
 
DEFAULT_CONTROLLER_PORT - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
 
defaultOutputFormat - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
When generating test cases for this SUT, specify the default preferred output format (eg JUnit 4 in Java)
deletedData - Variable in class org.evomaster.client.java.controller.api.dto.database.execution.ExecutionDto
Names of tables on which DELETE was applied
DERBY - org.evomaster.client.java.controller.api.dto.database.schema.DatabaseType
 
descriptiveId - Variable in class org.evomaster.client.java.controller.api.dto.TargetInfoDto
A unique id for the target that is also descriptive for it.

E

EMTestUtils - Class in org.evomaster.client.java.controller.api
Class containing utility functions that can be used in the automatically generated tests
EMTestUtils() - Constructor for class org.evomaster.client.java.controller.api.EMTestUtils
 
endpointsToSkip - Variable in class org.evomaster.client.java.controller.api.dto.problem.RestProblemDto
When testing a REST API, there might be some endpoints that are not so important to test.
error - Variable in class org.evomaster.client.java.controller.api.dto.WrappedResponseDto
A message describing the error, if any.
ExecutionDto - Class in org.evomaster.client.java.controller.api.dto.database.execution
Each time a SQL command is executed, we keep track of which tables and columns are involved.
ExecutionDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.execution.ExecutionDto
 
EXTRA_HEURISTICS - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
 
extractSqlExecutionInfo - Variable in class org.evomaster.client.java.controller.api.dto.SutRunDto
Whether SQL execution info should be saved.
extraHeuristics - Variable in class org.evomaster.client.java.controller.api.dto.TestResultsDto
 
ExtraHeuristicsDto - Class in org.evomaster.client.java.controller.api.dto
Represents possible extra heuristics related to the code execution and that do apply to all the reached testing targets.
ExtraHeuristicsDto() - Constructor for class org.evomaster.client.java.controller.api.dto.ExtraHeuristicsDto
 

F

failedWhere - Variable in class org.evomaster.client.java.controller.api.dto.database.execution.ExecutionDto
Every time there is a WHERE clause which "failed" (ie, resulted in false), we keep track of which tables/columns where involved in determining the result of the WHERE.
ForeignKeyDto - Class in org.evomaster.client.java.controller.api.dto.database.schema
 
ForeignKeyDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.schema.ForeignKeyDto
 
foreignKeys - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.TableDto
Constraints on the table for foreign keys, if any
foreignKeyToAutoIncrement - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.ColumnDto
 
foreignKeyToPreviouslyGeneratedRow - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.InsertionEntryDto
If non null, then printableValue should be null.
Formats - Class in org.evomaster.client.java.controller.api
 
Formats() - Constructor for class org.evomaster.client.java.controller.api.Formats
 
fullName - Variable in class org.evomaster.client.java.controller.api.dto.ControllerInfoDto
The full qualifying name of the controller.

G

GET - org.evomaster.client.java.controller.api.dto.CookieLoginDto.HttpVerb
 

H

H2 - org.evomaster.client.java.controller.api.dto.database.schema.DatabaseType
 
HeaderDto - Class in org.evomaster.client.java.controller.api.dto
A HTTP header, which is a key=value pair
HeaderDto() - Constructor for class org.evomaster.client.java.controller.api.dto.HeaderDto
 
HeaderDto(String, String) - Constructor for class org.evomaster.client.java.controller.api.dto.HeaderDto
 
headers - Variable in class org.evomaster.client.java.controller.api.dto.AdditionalInfoDto
In REST APIs, it can happen that some HTTP headers do not appear in the schema if they are indirectly accessed via objects like WebRequest.
headers - Variable in class org.evomaster.client.java.controller.api.dto.AuthenticationDto
The headers needed for authentication
HeuristicEntryDto - Class in org.evomaster.client.java.controller.api.dto
Created by arcuri82 on 14-Jun-19.
HeuristicEntryDto() - Constructor for class org.evomaster.client.java.controller.api.dto.HeuristicEntryDto
 
HeuristicEntryDto(HeuristicEntryDto.Type, HeuristicEntryDto.Objective, String, Double) - Constructor for class org.evomaster.client.java.controller.api.dto.HeuristicEntryDto
 
HeuristicEntryDto.Objective - Enum in org.evomaster.client.java.controller.api.dto
Should we try to minimize or maximize the heuristic?
HeuristicEntryDto.Type - Enum in org.evomaster.client.java.controller.api.dto
The type of extra heuristic.
heuristics - Variable in class org.evomaster.client.java.controller.api.dto.ExtraHeuristicsDto
List of extra heuristic values we want to optimize
httpVerb - Variable in class org.evomaster.client.java.controller.api.dto.CookieLoginDto
The HTTP verb used to send the data.

I

id - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.InsertionDto
The ID of this insertion operation.
id - Variable in class org.evomaster.client.java.controller.api.dto.HeuristicEntryDto
An id representing this heuristics.
id - Variable in class org.evomaster.client.java.controller.api.dto.TargetInfoDto
The id of the target
index - Variable in class org.evomaster.client.java.controller.api.dto.ActionDto
The index of this action in the test.
INFO_SUT_PATH - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
 
infoForAuthentication - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
There is no way a testing system can guess passwords, even if given full access to the database storing them (ie, reversing hash values).
inputVariables - Variable in class org.evomaster.client.java.controller.api.dto.ActionDto
A list (possibly empty) of String values used in the action.
insertedData - Variable in class org.evomaster.client.java.controller.api.dto.database.execution.ExecutionDto
What tables/columns were tried to be newly created with INSERT
InsertionDto - Class in org.evomaster.client.java.controller.api.dto.database.operations
 
InsertionDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.operations.InsertionDto
 
InsertionEntryDto - Class in org.evomaster.client.java.controller.api.dto.database.operations
 
InsertionEntryDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.operations.InsertionEntryDto
 
insertions - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.DatabaseCommandDto
One or more insertion operation via SQL.
isInstrumentationOn - Variable in class org.evomaster.client.java.controller.api.dto.ControllerInfoDto
Whether the system under test is running with instrumentation to collect data about its execution
isSutRunning - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
Whether the SUT is running or not
isValidURIorEmpty(String) - Static method in class org.evomaster.client.java.controller.api.EMTestUtils
 

J

JAVA_JUNIT_4 - org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat
 
JAVA_JUNIT_5 - org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat
 
JSON - org.evomaster.client.java.controller.api.dto.CookieLoginDto.ContentType
 
JSON_V1 - Static variable in class org.evomaster.client.java.controller.api.Formats
 

K

KOTLIN_JUNIT_4 - org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat
 
KOTLIN_JUNIT_5 - org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat
 

L

lastExecutedStatement - Variable in class org.evomaster.client.java.controller.api.dto.AdditionalInfoDto
Keep track of the last executed statement done in the SUT.
loginEndpointUrl - Variable in class org.evomaster.client.java.controller.api.dto.CookieLoginDto
The URL of the endpoint, e.g., "/login"

M

MAXIMIZE - org.evomaster.client.java.controller.api.dto.HeuristicEntryDto.Objective
The higher the better.
MINIMIZE_TO_ZERO - org.evomaster.client.java.controller.api.dto.HeuristicEntryDto.Objective
The lower the better.

N

name - Variable in class org.evomaster.client.java.controller.api.dto.AuthenticationDto
The name given to this authentication info.
name - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.ColumnDto
 
name - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.DbSchemaDto
 
name - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.TableDto
The name of the table
name - Variable in class org.evomaster.client.java.controller.api.dto.HeaderDto
The header name
NEW_ACTION - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
 
NEW_SEARCH - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
 
nullable - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.ColumnDto
 
numberOfBranches - Variable in class org.evomaster.client.java.controller.api.dto.UnitsInfoDto
The total number of branches in all units of the whole SUT
numberOfLines - Variable in class org.evomaster.client.java.controller.api.dto.UnitsInfoDto
The total number of lines/statements/instructions in all units of the whole SUT
numberOfReplacedMethodsInSut - Variable in class org.evomaster.client.java.controller.api.dto.UnitsInfoDto
Number of replaced method testability transformations.
numberOfReplacedMethodsInThirdParty - Variable in class org.evomaster.client.java.controller.api.dto.UnitsInfoDto
Number of replaced method testability transformations.
numberOfSqlCommands - Variable in class org.evomaster.client.java.controller.api.dto.database.execution.ExecutionDto
The total Number of SQL commands (e.g., SELECT and UPDATE) executed
numberOfTrackedMethods - Variable in class org.evomaster.client.java.controller.api.dto.UnitsInfoDto
Number of tracked methods.

O

objective - Variable in class org.evomaster.client.java.controller.api.dto.HeuristicEntryDto
 
org.evomaster.client.java.controller.api - package org.evomaster.client.java.controller.api
 
org.evomaster.client.java.controller.api.dto - package org.evomaster.client.java.controller.api.dto
 
org.evomaster.client.java.controller.api.dto.database.execution - package org.evomaster.client.java.controller.api.dto.database.execution
 
org.evomaster.client.java.controller.api.dto.database.operations - package org.evomaster.client.java.controller.api.dto.database.operations
 
org.evomaster.client.java.controller.api.dto.database.schema - package org.evomaster.client.java.controller.api.dto.database.schema
 
org.evomaster.client.java.controller.api.dto.problem - package org.evomaster.client.java.controller.api.dto.problem
 
OTHER - org.evomaster.client.java.controller.api.dto.database.schema.DatabaseType
In case used database is not listed in this enum, can still try to build SQL queries, although cannot guarantee that it would be correct (ie, wrong dialect).

P

password - Variable in class org.evomaster.client.java.controller.api.dto.CookieLoginDto
The password of the user.
passwordField - Variable in class org.evomaster.client.java.controller.api.dto.CookieLoginDto
The name of the field in the body payload containing the password
POST - org.evomaster.client.java.controller.api.dto.CookieLoginDto.HttpVerb
 
POSTGRES - org.evomaster.client.java.controller.api.dto.database.schema.DatabaseType
 
primaryKey - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.ColumnDto
 
primaryKeySequence - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.TableDto
Order in which the columns in the primary keys are listed in the schema.
printableValue - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.InsertionEntryDto
 

Q

queriedData - Variable in class org.evomaster.client.java.controller.api.dto.database.execution.ExecutionDto
What was tried to be retrieved in a SELECT.
queryParameters - Variable in class org.evomaster.client.java.controller.api.dto.AdditionalInfoDto
In REST APIs, it can happen that some query parameters do not appear in the schema if they are indirectly accessed via objects like WebRequest.
QueryResultDto - Class in org.evomaster.client.java.controller.api.dto.database.operations
 
QueryResultDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.operations.QueryResultDto
 

R

resetState - Variable in class org.evomaster.client.java.controller.api.dto.SutRunDto
Whether the internal state of the SUT should be reset
resolveLocation(String, String) - Static method in class org.evomaster.client.java.controller.api.EMTestUtils
 
restProblem - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
If the SUT is a RESTful API, here there will be the info on how to interact with it
RestProblemDto - Class in org.evomaster.client.java.controller.api.dto.problem
Created by arcuri82 on 05-Nov-18.
RestProblemDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.RestProblemDto
 
rows - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.QueryResultDto
 
run - Variable in class org.evomaster.client.java.controller.api.dto.SutRunDto
Whether the SUT should be running
RUN_SUT_PATH - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
 

S

size - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.ColumnDto
 
sourceColumns - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.ForeignKeyDto
 
SQL - org.evomaster.client.java.controller.api.dto.HeuristicEntryDto.Type
 
sqlCheckExpression - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.TableCheckExpressionDto
 
sqlSchemaDto - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
If the application is using a SQL database, then we need to know its schema to be able to do operations on it.
stringSpecialization - Variable in class org.evomaster.client.java.controller.api.dto.StringSpecializationInfoDto
 
StringSpecializationInfoDto - Class in org.evomaster.client.java.controller.api.dto
 
StringSpecializationInfoDto() - Constructor for class org.evomaster.client.java.controller.api.dto.StringSpecializationInfoDto
 
StringSpecializationInfoDto(String, String, String) - Constructor for class org.evomaster.client.java.controller.api.dto.StringSpecializationInfoDto
 
stringSpecializations - Variable in class org.evomaster.client.java.controller.api.dto.AdditionalInfoDto
Information for taint analysis.
SutInfoDto - Class in org.evomaster.client.java.controller.api.dto
 
SutInfoDto() - Constructor for class org.evomaster.client.java.controller.api.dto.SutInfoDto
 
SutInfoDto.OutputFormat - Enum in org.evomaster.client.java.controller.api.dto
 
SutRunDto - Class in org.evomaster.client.java.controller.api.dto
 
SutRunDto() - Constructor for class org.evomaster.client.java.controller.api.dto.SutRunDto
 
SutRunDto(Boolean, Boolean, Boolean) - Constructor for class org.evomaster.client.java.controller.api.dto.SutRunDto
 
SutRunDto(Boolean, Boolean, Boolean, Boolean) - Constructor for class org.evomaster.client.java.controller.api.dto.SutRunDto
 
swaggerJsonUrl - Variable in class org.evomaster.client.java.controller.api.dto.problem.RestProblemDto
The full URL of where the Swagger JSON data can be located

T

table - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.ColumnDto
 
TableCheckExpressionDto - Class in org.evomaster.client.java.controller.api.dto.database.schema
 
TableCheckExpressionDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.schema.TableCheckExpressionDto
 
tableCheckExpressions - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.TableDto
All constraints that are not directly supported
TableDto - Class in org.evomaster.client.java.controller.api.dto.database.schema
 
TableDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.schema.TableDto
 
tables - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.DbSchemaDto
 
TargetInfoDto - Class in org.evomaster.client.java.controller.api.dto
 
TargetInfoDto() - Constructor for class org.evomaster.client.java.controller.api.dto.TargetInfoDto
 
targets - Variable in class org.evomaster.client.java.controller.api.dto.TestResultsDto
 
targetTable - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.InsertionDto
 
targetTable - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.ForeignKeyDto
 
TEST_RESULTS - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
 
TestResultsDto - Class in org.evomaster.client.java.controller.api.dto
 
TestResultsDto() - Constructor for class org.evomaster.client.java.controller.api.dto.TestResultsDto
 
type - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.ColumnDto
 
type - Variable in class org.evomaster.client.java.controller.api.dto.HeuristicEntryDto
 
type - Variable in class org.evomaster.client.java.controller.api.dto.StringSpecializationInfoDto
 

U

unique - Variable in class org.evomaster.client.java.controller.api.dto.database.schema.ColumnDto
 
unitNames - Variable in class org.evomaster.client.java.controller.api.dto.UnitsInfoDto
Then name of all the units (eg classes) in the SUT
unitsInfoDto - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
Information about the "units" in the SUT.
UnitsInfoDto - Class in org.evomaster.client.java.controller.api.dto
Information about the "units" in the SUT.
UnitsInfoDto() - Constructor for class org.evomaster.client.java.controller.api.dto.UnitsInfoDto
 
updatedData - Variable in class org.evomaster.client.java.controller.api.dto.database.execution.ExecutionDto
What tables/columns were tried to be updated in UPDATE
username - Variable in class org.evomaster.client.java.controller.api.dto.CookieLoginDto
The id of the user
usernameField - Variable in class org.evomaster.client.java.controller.api.dto.CookieLoginDto
The name of the field in the body payload containing the username

V

value - Variable in class org.evomaster.client.java.controller.api.dto.HeaderDto
The value of the header
value - Variable in class org.evomaster.client.java.controller.api.dto.HeuristicEntryDto
The actual value of the heuristic
value - Variable in class org.evomaster.client.java.controller.api.dto.StringSpecializationInfoDto
 
value - Variable in class org.evomaster.client.java.controller.api.dto.TargetInfoDto
The fitness value for this target, in [0,1], where 1 means covered
valueOf(String) - Static method in enum org.evomaster.client.java.controller.api.dto.CookieLoginDto.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.evomaster.client.java.controller.api.dto.CookieLoginDto.HttpVerb
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.evomaster.client.java.controller.api.dto.database.schema.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.evomaster.client.java.controller.api.dto.HeuristicEntryDto.Objective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.evomaster.client.java.controller.api.dto.HeuristicEntryDto.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.evomaster.client.java.controller.api.dto.CookieLoginDto.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.evomaster.client.java.controller.api.dto.CookieLoginDto.HttpVerb
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.evomaster.client.java.controller.api.dto.database.schema.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.evomaster.client.java.controller.api.dto.HeuristicEntryDto.Objective
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.evomaster.client.java.controller.api.dto.HeuristicEntryDto.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
variableName - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.InsertionEntryDto
 

W

withData(K) - Static method in class org.evomaster.client.java.controller.api.dto.WrappedResponseDto
 
withError(String) - Static method in class org.evomaster.client.java.controller.api.dto.WrappedResponseDto
 
withNoData() - Static method in class org.evomaster.client.java.controller.api.dto.WrappedResponseDto
 
WrappedResponseDto<T> - Class in org.evomaster.client.java.controller.api.dto
In REST, when we have an error, at most we would see a HTTP status code.
WrappedResponseDto() - Constructor for class org.evomaster.client.java.controller.api.dto.WrappedResponseDto
 

X

X_WWW_FORM_URLENCODED - org.evomaster.client.java.controller.api.dto.CookieLoginDto.ContentType
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages