Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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.problem.param.DerivedParamChangeReqDto
- actionIndex - Variable in class org.evomaster.client.java.controller.api.dto.problem.param.DeriveParamResponseDto
- 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.
- actionName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
name of the action
- ActionResponseDto - Class in org.evomaster.client.java.controller.api.dto
-
handling response of actions which are executed in driver side
- ActionResponseDto() - Constructor for class org.evomaster.client.java.controller.api.dto.ActionResponseDto
- actions - Variable in class org.evomaster.client.java.controller.api.dto.RPCTestWithResultsDto
-
a list of RPC actions
- 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
- advancedHeuristics - Variable in class org.evomaster.client.java.controller.api.dto.SutRunDto
-
If using SQL heuristics, enabled advanced version
- annotationOnEndpoint - Variable in class org.evomaster.client.java.controller.api.dto.auth.JsonAuthRPCEndpointDto
-
specify the auth if it is only applicable to specified endpoints with corresponding annotation Note that it is nullable indicating that the auth could be applied for all endpoints (eg, global auth)
- annotationOnEndpoint - Variable in class org.evomaster.client.java.controller.api.dto.auth.LocalAuthenticationDto
-
specify the auth if it is only applicable to specified endpoints with corresponding annotation Note that it is nullable indicating that the auth could be applied for all endpoints (eg, global auth)
- annotationOnEndpoint - Variable in class org.evomaster.client.java.controller.api.dto.CustomizedRequestValueDto
-
specify the value if it is only applicable to specified endpoints with corresponding annotation Note that it is nullable indicating that the value could be applied for all endpoints
- APP_BAD_SEQUENCE_ID - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- APP_INTERNAL_ERROR - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- APP_INVALID_MESSAGE_TYPE - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- APP_INVALID_PROTOCOL - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- APP_INVALID_TRANSFORM - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- APP_MISSING_RESULT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- APP_PROTOCOL_ERROR - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- APP_UNKNOWN - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- APP_UNKNOWN_METHOD - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- APP_UNSUPPORTED_CLIENT_TYPE - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- APP_WRONG_METHOD_NAME - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- appKey - Variable in class org.evomaster.client.java.controller.api.dto.MockDatabaseDto
-
a key refers to the Web API
- appKey - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.MockRPCExternalServiceDto
-
a key refers to the RPC-based API which contains the specified RPC interface
- appKey - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationDto
-
id referring to Web API under test
- appKey - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationResultDto
-
app key for the API if needed
- APPLICATION - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionCategory
-
exception due to application
- ARRAY - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
array
- assertionScript - Variable in class org.evomaster.client.java.controller.api.dto.ActionResponseDto
-
code for assertions currently, the assertion generation is processed on driver side based on response instance returned after the endpoint is invoked.
- authEndpointReferences - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCInterfaceSchemaDto
-
a list of reference of the endpoints, and the reference is identified based on the index where to be specified in the driver note that the auth might be only applicable for some specific endpoints, therefore, we define a unique reference for each authEndpoint
- authEndpoints - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCInterfaceSchemaDto
-
a list of endpoints in this interface which are used for handling auth of the SUT note that the auth could be used by other endpoints, eg, login
- AuthenticationDto - Class in org.evomaster.client.java.controller.api.dto.auth
-
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.auth.AuthenticationDto
- AuthenticationDto(String) - Constructor for class org.evomaster.client.java.controller.api.dto.auth.AuthenticationDto
- authenticationInfo - Variable in class org.evomaster.client.java.controller.api.dto.auth.LocalAuthenticationDto
-
specify value of input param of handleLocalAuthenticationSetup
- authSetup - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
an action to setup auth in this invocation
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).
- BIGDECIMAL - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
java.math.BigDecimal
- BIGINTEGER - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
java.math.BigInteger
- BOOLEAN - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
boolean
- bootTimeInfoDto - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
-
info collected during SUT boot-time
- BootTimeInfoDto - Class in org.evomaster.client.java.controller.api.dto
-
this dto represents the info collected during sut booting
- BootTimeInfoDto() - Constructor for class org.evomaster.client.java.controller.api.dto.BootTimeInfoDto
- BYTE - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
byte
- BYTEBUFFER - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
java.nio.ByteBuffer note that it is used by Thrift
C
- calculateSqlHeuristics - Variable in class org.evomaster.client.java.controller.api.dto.SutRunDto
-
Whether SQL heuristics should be computed.
- candidateReferences - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
a list of references to candidates which are used for dependent candidates which have same reference
- candidates - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
a list of candidates for the param customized by user
- category - Variable in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
-
a category for the exception
- CHAR - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
char
- classNames - Variable in class org.evomaster.client.java.controller.api.dto.auth.JsonAuthRPCEndpointDto
-
a list of the class name of the json object [jsonPayloads] are used to specify values of params for RPC endpoints here are needed to explicitly specify what param type are with its full class name if they are not java.lang.String
- clientInfo - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
name of the client
- clientInfo - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCInterfaceSchemaDto
-
name of client which could execute endpoints of this interface
- clientVariable - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
a variable referring to client instance this info would be used in static init declaration referring to an actual client instance in the generated test then later, the variable could be used to process rpc function call eg, the variable is foo public class Test{ private static Client foo; ...
- collectionName - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.MongoInsertionDto
-
The collection to insert the document into.
- combinedKeyValuePairs - Variable in class org.evomaster.client.java.controller.api.dto.CustomizedRequestValueDto
-
a set of fields and corresponding values in request note that [combinedKeyValuePairs] represents a candidate for a set of dependent keys
- commandName - Variable in class org.evomaster.client.java.controller.api.dto.MockDatabaseDto
-
it refers to a command to be mocked not nullable
- commandType - Variable in class org.evomaster.client.java.controller.api.dto.MockDatabaseDto
-
it refers to a type of SQL, eg, select nullable
- COMPLETED - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.ExecutionStatusDto
- context - Variable in class org.evomaster.client.java.controller.api.dto.problem.param.RestDerivedParamDto
-
The context in which this parameter is used, eg, whether it is a body payload or a query parameter.
- 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
- controllerVariable - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
variable name of controller
- copy() - Method in class org.evomaster.client.java.controller.api.dto.MockDatabaseDto
- copy() - Method in class org.evomaster.client.java.controller.api.dto.problem.rpc.MockRPCExternalServiceDto
- copy() - Method in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
- copy() - Method in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
- copyComplete() - Method in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
- CSHARP_XUNIT - Enum constant in enum org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat
- CUSTOM_CYCLE_OBJECT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
object which contains cycle references eg, A - B - A (Cycle) A { B b; } B { A a; }
- CUSTOM_OBJECT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
object
- CUSTOMIZED_EXCEPTION - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
-
customized exception eg, CustomizedException extends Exception{}
- customizedCallResultCode - Variable in class org.evomaster.client.java.controller.api.dto.ActionResponseDto
-
representing a result categorized by user's specification
- CustomizedCallResultCode - Enum in org.evomaster.client.java.controller.api.dto
-
a code to categorize how a request achieved
- CustomizedRequestValueDto - Class in org.evomaster.client.java.controller.api.dto
- CustomizedRequestValueDto() - Constructor for class org.evomaster.client.java.controller.api.dto.CustomizedRequestValueDto
D
- data - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.MongoInsertionDto
-
The type of the new document.
- 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
- databaseName - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.MongoInsertionDto
-
The database to insert the document into.
- databaseOrFrameworkType - Variable in class org.evomaster.client.java.controller.api.dto.MockDatabaseDto
-
it refers to a type of database or related framework, eg, mybatis nullable such info might be used by mocking technique for handling mock object
- 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)
- defaultValue - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
represent a default value of the param if it has
- depth - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.TypeDto
-
representing depth to leaf type
- DERIVE_PARAMS - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
- DerivedParamChangeReqDto - Class in org.evomaster.client.java.controller.api.dto.problem.param
- DerivedParamChangeReqDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.param.DerivedParamChangeReqDto
- derivedParams - Variable in class org.evomaster.client.java.controller.api.dto.problem.RestProblemDto
- DeriveParamResponseDto - Class in org.evomaster.client.java.controller.api.dto.problem.param
- DeriveParamResponseDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.param.DeriveParamResponseDto
- descriptiveId - Variable in class org.evomaster.client.java.controller.api.dto.TargetInfoDto
-
A unique id for the target that is also descriptive for it.
- descriptiveInfo - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationDto
-
the descriptive info of schedule task which used in customization
- descriptiveInfo() - Method in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
- descriptiveInfo() - Method in class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCActionDto
- doGenerateAssertions - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
if generate assertions on driver side and send back core
- doGenerateTestScript - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
if generate test script on driver side and send back core
- DOUBLE - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
double
E
- employedDefaultWM - Variable in class org.evomaster.client.java.controller.api.dto.AdditionalInfoDto
-
a list of external service info which is direct to default WM
- endpoint - Variable in class org.evomaster.client.java.controller.api.dto.problem.GraphQLProblemDto
-
The endpoint path (not the full URL) in the SUT that expects incoming GraphQL queries.
- endpointName - Variable in class org.evomaster.client.java.controller.api.dto.auth.JsonAuthRPCEndpointDto
-
The endpoint where to process the auth setting
- endpointPaths - Variable in class org.evomaster.client.java.controller.api.dto.problem.param.RestDerivedParamDto
-
In case the parameter is used differently in different endpoints, specify for which endpoints this derivation applies.
- endpoints - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCInterfaceSchemaDto
-
endpoints in this RPC interface
- 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.
- entryPoint - Variable in class org.evomaster.client.java.controller.api.dto.problem.param.DerivedParamChangeReqDto
- ENUM - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
enumeration
- equals(Object) - Method in class org.evomaster.client.java.controller.api.dto.ExternalServiceInfoDto
- equals(Object) - Method in class org.evomaster.client.java.controller.api.dto.ExternalServiceMappingDto
- equals(Object) - Method in class org.evomaster.client.java.controller.api.dto.HostnameResolutionInfoDto
- error - Variable in class org.evomaster.client.java.controller.api.dto.WrappedResponseDto
-
A message describing the error, if any.
- error500Msg - Variable in class org.evomaster.client.java.controller.api.dto.ActionResponseDto
-
with rpc, we need to return generated scripts and assertions then instead of only return msg, we return this dto with error msg
- error500Msg - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationsResult
- errorMsg - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationResultDto
-
it is used to save any error message if have
- errorMsg - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
-
there might exist some errors which could be ignored for the moment in order to make evomaster still process test generations.
- example - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.TypeDto
-
an example of the type eg, for generic type of list, set, array
- exceptionDto - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCExceptionInfoDto
-
a dto of the exception defined by the RPC service
- exceptionInfoDto - Variable in class org.evomaster.client.java.controller.api.dto.ActionResponseDto
-
representing exception info if it occurs
- exceptionMessage - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionWithResultDto
-
message of the exception
- exceptionMessage - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCExceptionInfoDto
-
message of the exception
- exceptionName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionWithResultDto
-
class name of the exception
- exceptionName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCExceptionInfoDto
-
class name of the exception
- executableFullPath - Variable in class org.evomaster.client.java.controller.api.dto.ControllerInfoDto
-
In some cases, like for External drivers for JVM, we might need the full path of where the executable (or jar files) is located.
- executionResults - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.MongoInsertionResultsDto
-
Whether the insertion at the index of a sequence of Mongo insertions (i.e.,
MongoDatabaseCommandDto.insertions) executed successfully - ExecutionStatusDto - Enum in org.evomaster.client.java.controller.api.dto.problem.rpc
- expandActionDto - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ExpandRPCInfoDto
-
expanded action which comprise mock object such as external API, databases
- expandInfo - Variable in class org.evomaster.client.java.controller.api.dto.ActionResponseDto
-
for RPC problem, its schema or mock object might be expanded during the search
- ExpandRPCInfoDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
- ExpandRPCInfoDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.ExpandRPCInfoDto
- expectedResponse - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCActionDto
-
expected response if has currently, we only support json format
- ExternalServiceDto - Class in org.evomaster.client.java.controller.api.dto.problem
- ExternalServiceDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.ExternalServiceDto
- externalServiceDtos - Variable in class org.evomaster.client.java.controller.api.dto.RPCTestWithResultsDto
-
a list of mocking handling for the tests
- ExternalServiceInfoDto - Class in org.evomaster.client.java.controller.api.dto
- ExternalServiceInfoDto() - Constructor for class org.evomaster.client.java.controller.api.dto.ExternalServiceInfoDto
- ExternalServiceInfoDto(String, String, Integer) - Constructor for class org.evomaster.client.java.controller.api.dto.ExternalServiceInfoDto
- externalServiceMapping - Variable in class org.evomaster.client.java.controller.api.dto.ActionDto
-
This list of DTOs represents the external service mappings.
- ExternalServiceMappingDto - Class in org.evomaster.client.java.controller.api.dto
- ExternalServiceMappingDto() - Constructor for class org.evomaster.client.java.controller.api.dto.ExternalServiceMappingDto
- ExternalServiceMappingDto(String, String, String, Boolean) - Constructor for class org.evomaster.client.java.controller.api.dto.ExternalServiceMappingDto
- externalServices - Variable in class org.evomaster.client.java.controller.api.dto.AdditionalInfoDto
-
To keep track of all external service calls used under SUT.
- externalServicesDto - Variable in class org.evomaster.client.java.controller.api.dto.BootTimeInfoDto
-
Information about the external services used inside the SUT
- EXTRA_HEURISTICS - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
- extractedSpecifiedDtos - Variable in class org.evomaster.client.java.controller.api.dto.UnitsInfoDto
-
Key is DTO full name Value is OpenAPI object schema User might need to get schema of specific jvm dto classes and such jvm classes might not be read with jackson or gson this field is to collect a map of such specified jvm dto classes to their schema
- extractSqlExecutionInfo - Variable in class org.evomaster.client.java.controller.api.dto.SutRunDto
-
Whether SQL execution info should be saved.
- extraDatabaseConstraintsDtos - Variable in class org.evomaster.client.java.controller.api.dto.UnitsInfoDto
-
Extra information extracted for example from JPA entities
- ExtraHeuristicEntryDto - Class in org.evomaster.client.java.controller.api.dto
-
Created by arcuri82 on 14-Jun-19.
- ExtraHeuristicEntryDto() - Constructor for class org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto
- ExtraHeuristicEntryDto(ExtraHeuristicEntryDto.Type, ExtraHeuristicEntryDto.Objective, String, Double, int, boolean) - Constructor for class org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto
- ExtraHeuristicEntryDto.Objective - Enum in org.evomaster.client.java.controller.api.dto
-
Should we try to minimize or maximize the heuristic?
- ExtraHeuristicEntryDto.Type - Enum in org.evomaster.client.java.controller.api.dto
-
The type of extra heuristic.
- extraHeuristicEvaluationFailure - Variable in class org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto
-
Indicates whether the heuristic computation failed.
- 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
- FAILED - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.ExecutionStatusDto
- failedInsertionIndex - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.MongoInsertionResultsDto
-
The index of the insertion that failed if any
- failedQueries - Variable in class org.evomaster.client.java.controller.api.dto.database.execution.MongoExecutionsDto
- fieldKey - Variable in class org.evomaster.client.java.controller.api.dto.KeyValuePairDto
-
field name which is related to auth in request
- fieldValue - Variable in class org.evomaster.client.java.controller.api.dto.KeyValuePairDto
-
value of field for the key
- fixedItems - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.TypeDto
-
fixed items in this types eg, items for Enum
- FLOAT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
float
- 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.
- fullTypeName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.TypeDto
-
full type name
- fullTypeNameWithGenericType - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.TypeDto
-
full type name with generic types if it has
- functionName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.MockRPCExternalServiceDto
-
a function of the interface if it is invoked
- functionName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCActionDto
-
RPC function name
G
- GENERAL - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCType
-
general handling on RPC interface, e.g., return is response, and parameters are inputs
- getCollection() - Method in class org.evomaster.client.java.controller.api.dto.database.execution.MongoFailedQuery
- getDatabase() - Method in class org.evomaster.client.java.controller.api.dto.database.execution.MongoFailedQuery
- getDocumentsType() - Method in class org.evomaster.client.java.controller.api.dto.database.execution.MongoFailedQuery
- graphQLProblem - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
-
If the SUT is a GraphQL API, here there will be the info on how to interact with it
- GraphQLProblemDto - Class in org.evomaster.client.java.controller.api.dto.problem
- GraphQLProblemDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.GraphQLProblemDto
- gRPC - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCType
-
gRPC
H
- handleFailedInsertion(List<MongoInsertionDto>, Exception) - Method in class org.evomaster.client.java.controller.api.dto.database.operations.MongoInsertionResultsDto
- hashCode() - Method in class org.evomaster.client.java.controller.api.dto.ExternalServiceInfoDto
- hashCode() - Method in class org.evomaster.client.java.controller.api.dto.ExternalServiceMappingDto
- hashCode() - Method in class org.evomaster.client.java.controller.api.dto.HostnameResolutionInfoDto
- hasNumberConstraints() - Method in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
- 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.
- heuristics - Variable in class org.evomaster.client.java.controller.api.dto.ExtraHeuristicsDto
-
List of extra heuristic values we want to optimize
- hostname - Variable in class org.evomaster.client.java.controller.api.dto.problem.ExternalServiceDto
-
The hostname of the external service.
- hostName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationDto
-
the host name or ip where the task can be found which used in customization
- HostnameResolutionInfoDto - Class in org.evomaster.client.java.controller.api.dto
- HostnameResolutionInfoDto() - Constructor for class org.evomaster.client.java.controller.api.dto.HostnameResolutionInfoDto
- HostnameResolutionInfoDto(String, String) - Constructor for class org.evomaster.client.java.controller.api.dto.HostnameResolutionInfoDto
- hostnameResolutionInfoDtos - Variable in class org.evomaster.client.java.controller.api.dto.AdditionalInfoDto
- hostnameResolutionInfoDtos - Variable in class org.evomaster.client.java.controller.api.dto.BootTimeInfoDto
-
Collections of hostnames collected through InetAddressReplacement
I
- id - Variable in class org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto
-
An id representing this heuristics.
- id - Variable in class org.evomaster.client.java.controller.api.dto.TargetInfoDto
-
The id of the target
- identifiedResponseTypes - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCInterfaceSchemaDto
-
a list of identified types of responses from the given client
- importanceLevel - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCExceptionInfoDto
-
importance level lower value more important 0 represents the most important exception which should be avoided and need to be fixed earliest a negative value (less than 0) represents undefined
- index - Variable in class org.evomaster.client.java.controller.api.dto.ActionDto
-
The index of this action in the test.
- index - Variable in class org.evomaster.client.java.controller.api.dto.ActionResponseDto
-
The index of this action which was executed in this test.
- index - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationDto
-
The index of this schedule 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).
- innerContent - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
inner content
- inputParameterTypes - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.MockRPCExternalServiceDto
-
a list of types of input parameters of the function
- inputParams - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCActionDto
-
input parameters with json format note the length of [inputParamTypes] must be same as [inputParams]
- inputParamTypes - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCActionDto
-
type of input parameters, note the length of [inputParamTypes] must be same as [inputParams]
- inputVariables - Variable in class org.evomaster.client.java.controller.api.dto.ActionDto
-
A list (possibly empty) of String values used in the action.
- insertionFailed() - Method in class org.evomaster.client.java.controller.api.dto.database.operations.MongoInsertionResultsDto
- insertions - Variable in class org.evomaster.client.java.controller.api.dto.database.operations.MongoDatabaseCommandDto
- INT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
integer
- interfaceFullName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.MockRPCExternalServiceDto
-
a full name of the RPC interface to mock
- interfaceId - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
name of the RPC interface
- interfaceId - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCInterfaceSchemaDto
-
name of the interface
- interfaceName - Variable in class org.evomaster.client.java.controller.api.dto.auth.JsonAuthRPCEndpointDto
-
The interface which contains the endpoint
- interfaceName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCActionDto
-
full name of the interface name
- intValue - Variable in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
-
a value for this exception it could be used for identifying the exception
- invocationId - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationResultDto
-
invocation id
- isActive - Variable in class org.evomaster.client.java.controller.api.dto.ExternalServiceMappingDto
-
Indicate the state of the mock server.
- isAuthorized - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
if the action requires auth to access
- isCauseOfUndeclaredThrowable - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCExceptionInfoDto
-
https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/UndeclaredThrowableException.html java.lang.UndeclaredThrowableException could be thrown by an endpoint invocation in order to further analyze the exact exception, we analyze its cause.
- 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
- isMutable - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
represent whether the param is mutable
- isNullable - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
whether the param could be null
- isSutRunning - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
-
Whether the SUT is running or not
J
- JAVA_JUNIT_4 - Enum constant in enum org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat
- JAVA_JUNIT_5 - Enum constant in enum org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat
- JS_JEST - Enum constant in enum org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat
- JSON_V1 - Static variable in class org.evomaster.client.java.controller.api.Formats
- jsonAuthEndpoint - Variable in class org.evomaster.client.java.controller.api.dto.auth.AuthenticationDto
-
if the auth is processed based on RPC endpoints, specify what info are required to execute the endpoint
- JsonAuthRPCEndpointDto - Class in org.evomaster.client.java.controller.api.dto.auth
-
process auth setting with endpoints in interfaces
- JsonAuthRPCEndpointDto() - Constructor for class org.evomaster.client.java.controller.api.dto.auth.JsonAuthRPCEndpointDto
- jsonData - Variable in class org.evomaster.client.java.controller.api.dto.problem.param.DerivedParamChangeReqDto
- jsonPayloads - Variable in class org.evomaster.client.java.controller.api.dto.auth.JsonAuthRPCEndpointDto
-
a list of the payload to send, as stringified JSON object
- jsonResponse - Variable in class org.evomaster.client.java.controller.api.dto.ActionResponseDto
-
an original response with json format
K
- key - Variable in class org.evomaster.client.java.controller.api.dto.KeyValuesDto
-
an independent key
- KeyValuePairDto - Class in org.evomaster.client.java.controller.api.dto
-
dto is used to specify a seed for a field which is typically used for specifying combined fields [CustomizedRequestValueDto#combinedKeyValuePairs] eg, ID and corresponding passcode
- KeyValuePairDto() - Constructor for class org.evomaster.client.java.controller.api.dto.KeyValuePairDto
- keyValues - Variable in class org.evomaster.client.java.controller.api.dto.CustomizedRequestValueDto
-
a key with a set of candidate values note that [keyValues] represents a set of candidates for one key
- KeyValuesDto - Class in org.evomaster.client.java.controller.api.dto
-
dto is used to specify multiple seeds for a field.
- KeyValuesDto() - Constructor for class org.evomaster.client.java.controller.api.dto.KeyValuesDto
- KOTLIN_JUNIT_4 - Enum constant in enum org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat
- KOTLIN_JUNIT_5 - Enum constant in enum 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.
- LIST - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
list
- LOCAL_DATE - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
java.time.LocalDate
- localAddressMapping - Variable in class org.evomaster.client.java.controller.api.dto.ActionDto
-
Mapping of external service domain name and local address used for mocking.
- localAuthEndpointReferences - Variable in class org.evomaster.client.java.controller.api.dto.problem.RPCProblemDto
-
a list of reference of the endpoints, and the reference is identified based on the index where to be specified in the driver
- localAuthEndpoints - Variable in class org.evomaster.client.java.controller.api.dto.problem.RPCProblemDto
-
a list of actions with specified value that are used for handling auth of the SUT the action refers to a method at SutController
- LocalAuthenticationDto - Class in org.evomaster.client.java.controller.api.dto.auth
- LocalAuthenticationDto() - Constructor for class org.evomaster.client.java.controller.api.dto.auth.LocalAuthenticationDto
- localAuthSetup - Variable in class org.evomaster.client.java.controller.api.dto.auth.AuthenticationDto
-
if the auth is processed with handleLocalAuthenticationSetup specify what info is as input to setup auth with handleLocalAuthenticationSetup
- localIPAddress - Variable in class org.evomaster.client.java.controller.api.dto.ExternalServiceMappingDto
- LONG - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
long
M
- MAP - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
map
- maxAssertionForDataInCollection - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
the maximum number of assertions to be generated for data in collections zero or negative number means that assertions would be generated for all data in collection
- MAXIMIZE - Enum constant in enum org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto.Objective
-
The higher the better.
- maxInclusive - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
represent whether maxValue is inclusive note that it is typically useful for floating point number
- maxSize - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
a max size of the param, eg, String, List
- maxValue - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
a max value of the param, eg, Numeric note that the minValue could be used by various types of number, eg, double, long, bigdecimal and biginteger, then use the string to persist the value
- METHOD_REPLACEMENT_CATEGORIES - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
- methodReplacementCategories - Variable in class org.evomaster.client.java.controller.api.dto.SutRunDto
-
Specify which categories of Method Replacements to apply when classes are instrumented.
- MINIMIZE_TO_ZERO - Enum constant in enum org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto.Objective
-
The lower the better.
- minInclusive - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
represent whether minValue is inclusive note that it is typically useful for floating point number
- minSize - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
a min size of the param, eg, String, List
- minValue - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
a min value of the param, eg, Numeric note that the minValue could be used by various types of number, eg, double, long, bigdecimal and biginteger, then use the string to persist the value
- missingDto - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
a list of DTOs which need to be extracted at the driver side they can be eg, response of external services
- MockDatabaseDto - Class in org.evomaster.client.java.controller.api.dto
-
mock object for database
- MockDatabaseDto() - Constructor for class org.evomaster.client.java.controller.api.dto.MockDatabaseDto
- mockDatabaseDtos - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
a list of mock objects for database sql commands
- mockDatabaseDtos - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCActionDto
-
a list of info to set up mock objects for databases
- mockObjectNeeded() - Method in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
- MockRPCExternalServiceDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
- MockRPCExternalServiceDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.MockRPCExternalServiceDto
- mockRPCExternalServiceDtos - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
a list of actions for performing mocking external services
- mockRPCExternalServiceDtos - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCActionDto
-
a list of info to set up responses of external services with mocking if exists
- MONGO - Enum constant in enum org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto.Type
- MONGO_INSERTION - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
- MongoDatabaseCommandDto - Class in org.evomaster.client.java.controller.api.dto.database.operations
- MongoDatabaseCommandDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.operations.MongoDatabaseCommandDto
- mongoExecutionsDto - Variable in class org.evomaster.client.java.controller.api.dto.ExtraHeuristicsDto
- MongoExecutionsDto - Class in org.evomaster.client.java.controller.api.dto.database.execution
- MongoExecutionsDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.execution.MongoExecutionsDto
- MongoFailedQuery - Class in org.evomaster.client.java.controller.api.dto.database.execution
- MongoFailedQuery() - Constructor for class org.evomaster.client.java.controller.api.dto.database.execution.MongoFailedQuery
- MongoFailedQuery(String, String, String) - Constructor for class org.evomaster.client.java.controller.api.dto.database.execution.MongoFailedQuery
- MongoInsertionDto - Class in org.evomaster.client.java.controller.api.dto.database.operations
- MongoInsertionDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.operations.MongoInsertionDto
- MongoInsertionResultsDto - Class in org.evomaster.client.java.controller.api.dto.database.operations
- MongoInsertionResultsDto() - Constructor for class org.evomaster.client.java.controller.api.dto.database.operations.MongoInsertionResultsDto
N
- name - Variable in class org.evomaster.client.java.controller.api.dto.ActionDto
-
The name of the action, used to identify its type.
- name - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
param 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
- numberOfBranches - Variable in class org.evomaster.client.java.controller.api.dto.UnitsInfoDto
-
The total number of branches in all units of the whole SUT
- numberOfEvaluatedRecords - Variable in class org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto
-
The number of records that were considered for computing the heuristic score.
- numberOfInstrumentedNumberComparisons - Variable in class org.evomaster.client.java.controller.api.dto.UnitsInfoDto
-
Number of cases in which numeric comparisons needed customized instrumentation (eg, needed on JVM for non-integer types)
- 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.
- 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.ExtraHeuristicEntryDto
- openApiSchema - Variable in class org.evomaster.client.java.controller.api.dto.problem.RestProblemDto
-
Full schema of the OpenAPI, as a text.
- openApiUrl - Variable in class org.evomaster.client.java.controller.api.dto.problem.RestProblemDto
-
The full URL of where the Open/API schema can be located.
- OPENSEARCH - Enum constant in enum org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto.Type
- order - Variable in class org.evomaster.client.java.controller.api.dto.problem.param.RestDerivedParamDto
-
Optional positive integer specifying in which order the updates are done.
- 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.auth - package org.evomaster.client.java.controller.api.dto.auth
- 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.problem - package org.evomaster.client.java.controller.api.dto.problem
- org.evomaster.client.java.controller.api.dto.problem.param - package org.evomaster.client.java.controller.api.dto.problem.param
- org.evomaster.client.java.controller.api.dto.problem.rpc - package org.evomaster.client.java.controller.api.dto.problem.rpc
- org.evomaster.client.java.controller.api.dto.problem.rpc.exception - package org.evomaster.client.java.controller.api.dto.problem.rpc.exception
- OTHER_ERROR - Enum constant in enum org.evomaster.client.java.controller.api.dto.CustomizedCallResultCode
-
other error scenarios, eg user error
- OTHERS - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionCategory
-
unclear or unclassified
- outputFormat - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
the output format if doGenerateTestScript is true, outputFormat cannot be null Note that the info is kept in sync with what the user specifies in driver or EMConfig
P
- P_BOOLEAN - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
primitive boolean
- P_BYTE - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
primitive byte
- P_CHAR - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
primitive boolean
- P_DOUBLE - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
primitive double
- P_FLOAT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
primitive float
- P_INT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
primitive int
- P_LONG - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
primitive long
- P_SHORT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
primitive short
- PAIR - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
only for map
- ParamDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
-
a dto to collect info of param of endpoints to be tested that is used by both core (for identifying genes) and driver (for endpoint invocation) sides
- ParamDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
- paramName - Variable in class org.evomaster.client.java.controller.api.dto.problem.param.DerivedParamChangeReqDto
- paramName - Variable in class org.evomaster.client.java.controller.api.dto.problem.param.DeriveParamResponseDto
- paramName - Variable in class org.evomaster.client.java.controller.api.dto.problem.param.RestDerivedParamDto
-
The name of the parameter
- paramValue - Variable in class org.evomaster.client.java.controller.api.dto.problem.param.DeriveParamResponseDto
- parsedDtoNames - Variable in class org.evomaster.client.java.controller.api.dto.AdditionalInfoDto
-
The name of all DTO that have been parsed (eg, with GSON and Jackson).
- parsedDtos - Variable in class org.evomaster.client.java.controller.api.dto.UnitsInfoDto
- pattern - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
pattern specified with regex exp
- port - Variable in class org.evomaster.client.java.controller.api.dto.problem.ExternalServiceDto
-
TCP/UDP port.
- POST_SEARCH_ACTION - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
- PostSearchActionDto - Class in org.evomaster.client.java.controller.api.dto
-
dto contains info which are used for handling post actions after the search
- PostSearchActionDto() - Constructor for class org.evomaster.client.java.controller.api.dto.PostSearchActionDto
- precision - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
precision applicable to number present the number of digits in the unscaled value
- precision - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.TypeDto
-
precision for numeric parameter if specified negative number means the precision is not specified
- ProblemInfoDto - Class in org.evomaster.client.java.controller.api.dto.problem
- ProblemInfoDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.ProblemInfoDto
- PROTO_BAD_VERSION - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- PROTO_DEPTH_LIMIT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- PROTO_INVALID_DATA - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- PROTO_NEGATIVE_SIZE - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- PROTO_NOT_IMPLEMENTED - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- PROTO_SIZE_LIMIT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- PROTO_UNKNOWN - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- protocol - Variable in class org.evomaster.client.java.controller.api.dto.ExternalServiceInfoDto
-
Refers to the protocol used in the external service calls.
- PROTOCOL - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionCategory
-
exception due to protocol eg, incorrect input which does not conform the schema
Q
- 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.
R
- rawAccessOfHttpBodyPayload - Variable in class org.evomaster.client.java.controller.api.dto.AdditionalInfoDto
-
Check if the business logic of the SUT (and not a third-party library) is accessing the raw bytes of HTTP body payload (if any) directly
- REDIS - Enum constant in enum org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto.Type
- relatedCustomization - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
related candidates to customize values in request of this endpoint
- remoteHostname - Variable in class org.evomaster.client.java.controller.api.dto.ExternalServiceInfoDto
-
Hostname of the remote service captured in the external call
- remoteHostname - Variable in class org.evomaster.client.java.controller.api.dto.ExternalServiceMappingDto
- remoteHostname - Variable in class org.evomaster.client.java.controller.api.dto.HostnameResolutionInfoDto
- remotePort - Variable in class org.evomaster.client.java.controller.api.dto.ExternalServiceInfoDto
-
Port of the remote service
- requestParams - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
request params
- requestParams - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationDto
-
request params (nullable)
- requestParamsAsStrings - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationDto
-
request params without knowing types
- requestRules - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.MockRPCExternalServiceDto
-
a list of requests that are used to specify the rules if they have the param is nullable, if it is null, the size of [responses] would be 1, then always return the specified one if there exist rules to return responses based on a given request, then specify possible requests with corresponding responses, by using [requests] and [responses] Note that request and response will be matched based on index of the list
- requests - Variable in class org.evomaster.client.java.controller.api.dto.MockDatabaseDto
-
it represents what requests are accepted for enabling this mock object null represents any request is acceptable
- requiredAuthCandidates - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
possible candidates for auth to access the endpoint
- resetCustomizedMethodForMockObject - Variable in class org.evomaster.client.java.controller.api.dto.SutRunDto
-
Whether to reset the mock object with customized method this depends on the configuration from core side, ie, whether to apply customized method to handle external services
- resetState - Variable in class org.evomaster.client.java.controller.api.dto.SutRunDto
-
Whether the internal state of the SUT should be reset
- resolvedAddress - Variable in class org.evomaster.client.java.controller.api.dto.HostnameResolutionInfoDto
- response - Variable in class org.evomaster.client.java.controller.api.dto.MockDatabaseDto
-
response to return
- response - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionWithResultDto
-
a response return by the rpc action the response is nullable if the return is null or throw any exception
- responseFullType - Variable in class org.evomaster.client.java.controller.api.dto.MockDatabaseDto
-
it represents the datatype of response
- responseFullTypesWithGeneric - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.MockRPCExternalServiceDto
-
explict type info with generics the info is used by evomaster
- responseFullTypeWithGeneric - Variable in class org.evomaster.client.java.controller.api.dto.MockDatabaseDto
-
explict type info with generics the info is used by evomaster
- responseParam - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
response param (nullable)
- responseParam - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationDto
-
response param (nullable)
- responses - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.MockRPCExternalServiceDto
-
a list of responses to return there could exist multiples if there exist rules
- responses - Variable in class org.evomaster.client.java.controller.api.dto.RPCTestWithResultsDto
-
a list of response correspoding to the actions
- responseTypes - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.MockRPCExternalServiceDto
-
type info of the responses
- responseVariable - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
-
variable name of response
- RestDerivedParamDto - Class in org.evomaster.client.java.controller.api.dto.problem.param
- RestDerivedParamDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.param.RestDerivedParamDto
- 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
- results - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationsResult
- rpcAction - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionWithResultDto
-
rpc action to execute
- RPCActionDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
-
a dto to collect info of endpoints to be tested that is used by both core (for identifying action) and driver (for endpoint invocation) sides
- RPCActionDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionDto
- RPCActionWithResultDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
- RPCActionWithResultDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCActionWithResultDto
- rpcCall - Variable in class org.evomaster.client.java.controller.api.dto.ActionDto
-
info to execute an RPC action.
- RPCExceptionCategory - Enum in org.evomaster.client.java.controller.api.dto.problem.rpc.exception
-
a list of RPC exception categories
- RPCExceptionInfoDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
-
contain exception info
- RPCExceptionInfoDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCExceptionInfoDto
- RPCExceptionType - Enum in org.evomaster.client.java.controller.api.dto.problem.rpc.exception
-
a list of RPC exception type handled by evomaster
- rpcFuctions - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCTestDto
-
a list of rpc actions in the test
- rpcFunctions - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCTestDto
-
a list of rpc functions in the test
- RPCInterfaceSchemaDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
-
a dto to collect info of an RPC interface to be tested that is sent to core
- RPCInterfaceSchemaDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCInterfaceSchemaDto
- rpcProblem - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
-
If the SUT is a PRC-based service, here there will be the info on how to interact with it
- RPCProblemDto - Class in org.evomaster.client.java.controller.api.dto.problem
-
a dto to collect info of RPC problem to be tested that is sent to core
- RPCProblemDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.RPCProblemDto
- rpcResponse - Variable in class org.evomaster.client.java.controller.api.dto.ActionResponseDto
-
a response from an RPC action.
- RPCSupportedDataType - Enum in org.evomaster.client.java.controller.api.dto.problem.rpc
-
a list of types we support for RPC
- RPCTestDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
- RPCTestDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCTestDto
- rpcTests - Variable in class org.evomaster.client.java.controller.api.dto.PostSearchActionDto
-
a list of rpc test dto
- RPCTestWithResultsDto - Class in org.evomaster.client.java.controller.api.dto
-
a dto represent RPC tests with executed results
- RPCTestWithResultsDto() - Constructor for class org.evomaster.client.java.controller.api.dto.RPCTestWithResultsDto
- RPCType - Enum in org.evomaster.client.java.controller.api.dto.problem.rpc
-
A list of RPC types supported by EvoMaster With different types, the handling might be different, eg, create instance for input, exception handling and extraction.
- 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
- RUNNING - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.ExecutionStatusDto
S
- scale - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
scale applicable to floatting point number present the number of digits to the right of the decimal point
- SCHEDULE_TASKS_COMMAND - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
- ScheduleTaskInvocationDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
-
this class is developed for handling invocation of schedule task at driver side.
- ScheduleTaskInvocationDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationDto
- scheduleTaskInvocationDtos - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCTestDto
-
a list of schedule task in the test
- ScheduleTaskInvocationResultDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
-
this class is to save info after the schedule task is invoked the info is used to track the status (eg, completed, running, failed) of the schedule task TODO As the schedule task can also be applied to other problem, eg, REST, GraphQL in the future, need to refactor this class to other package
- ScheduleTaskInvocationResultDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationResultDto
- scheduleTaskInvocations - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCTestDto
-
a list of schedule tasks
- ScheduleTaskInvocationsDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
-
to reduce times of making http calls, all schedule tasks in a test will be handled one time.
- ScheduleTaskInvocationsDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationsDto
- ScheduleTaskInvocationsResult - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
-
this dto is used to save info on a sequence of invoked schedule tasks
- ScheduleTaskInvocationsResult() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationsResult
- scheduleTaskType - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationDto
-
the type of schedule task which used in customization
- schemaDto - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ExpandRPCInfoDto
-
expanded schema
- schemas - Variable in class org.evomaster.client.java.controller.api.dto.problem.RPCProblemDto
-
a list of accessible endpoints grouped by interface
- SeededRPCActionDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
-
seeded RPC action
- SeededRPCActionDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCActionDto
- SeededRPCTestDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
-
seeded RPC test
- SeededRPCTestDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCTestDto
- seededTestDtos - Variable in class org.evomaster.client.java.controller.api.dto.problem.RPCProblemDto
-
key is test case name value is a list of RPC actions representing a seeded test
- SERVICE_ERROR - Enum constant in enum org.evomaster.client.java.controller.api.dto.CustomizedCallResultCode
-
service error
- servicesToNotMock - Variable in class org.evomaster.client.java.controller.api.dto.problem.ProblemInfoDto
- SET - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
set
- setNotNullValue() - Method in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
- setNullValue() - Method in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
- SHORT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
short
- signature - Variable in class org.evomaster.client.java.controller.api.dto.ExternalServiceMappingDto
-
Signature of the local mock service replaced the external web service.
- skippedEndpoints - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCInterfaceSchemaDto
-
skipped endpoints
- skippedExternalServices - Variable in class org.evomaster.client.java.controller.api.dto.ActionDto
-
List of skipped external services from handling inside core.
- specificEndpointName - Variable in class org.evomaster.client.java.controller.api.dto.CustomizedRequestValueDto
-
specify the value which is only applicable to the specified endpoint Note that it is nullable indicating that the value could be applied for endpoint with any name
- specificRequestTypeName - Variable in class org.evomaster.client.java.controller.api.dto.CustomizedRequestValueDto
-
specify the value if it is only applicable to input with the specific type Note that it is nullable indicating that the value could be applied for all types of input params which contains field or param with name as key
- SQL - Enum constant in enum org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto.Type
- sqlCommand - Variable in class org.evomaster.client.java.controller.api.dto.MockDatabaseDto
-
sql command nullable
- sqlInsertions - Variable in class org.evomaster.client.java.controller.api.dto.RPCTestWithResultsDto
-
a list of sql handling for the tests
- 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.
- sqlSqlExecutionsDto - Variable in class org.evomaster.client.java.controller.api.dto.ExtraHeuristicsDto
- status - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationResultDto
-
status after the schedule is invoked
- STRING - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
string
- 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.
- stringValue - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
value with string format
- SUCCESS - Enum constant in enum org.evomaster.client.java.controller.api.dto.CustomizedCallResultCode
-
successful scenario
- supportedRPC - Variable in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
-
an exception could exist in which RPC schemas, eg, APP_INTERNAL_ERROR might be identified by thrift and gRPC with a specific exception
- 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, Boolean, Boolean, String) - Constructor for class org.evomaster.client.java.controller.api.dto.SutRunDto
- SutRunDto(Boolean, Boolean, Boolean, Boolean, String) - Constructor for class org.evomaster.client.java.controller.api.dto.SutRunDto
T
- 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.BootTimeInfoDto
-
Info about the targets collected at boot-time
- targets - Variable in class org.evomaster.client.java.controller.api.dto.TestResultsDto
- taskName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationDto
-
name for the schedule task
- taskName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationResultDto
-
schedule task name
- tasks - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ScheduleTaskInvocationsDto
- TEST_RESULTS - Static variable in class org.evomaster.client.java.controller.api.ControllerConstants
- testName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCTestDto
-
name of the test case
- testName - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.SeededRPCTestDto
-
a name of the test
- TestResultsDto - Class in org.evomaster.client.java.controller.api.dto
- TestResultsDto() - Constructor for class org.evomaster.client.java.controller.api.dto.TestResultsDto
- testScript - Variable in class org.evomaster.client.java.controller.api.dto.ActionResponseDto
-
code for processing the action in generated test scripts, the action could be involved by either 1) executeRPCAction (a method in SutHandler) or 2) client.endpoint(args).
- THRIFT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCType
-
thrift
- TRANS_ALREADY_OPEN - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- TRANS_CORRUPTED_DATA - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- TRANS_END_OF_FILE - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- TRANS_NOT_OPEN - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- TRANS_TIMED_OUT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- TRANS_UNKNOWN - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
- TRANSPORT - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionCategory
-
exception due to transport eg, time out, port is not open
- type - Variable in class org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto
- type - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.ParamDto
-
type of the param
- type - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCExceptionInfoDto
-
type of the exception
- type - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.TypeDto
-
extracted type for the param
- type - Variable in class org.evomaster.client.java.controller.api.dto.StringSpecializationInfoDto
- TypeDto - Class in org.evomaster.client.java.controller.api.dto.problem.rpc
-
a dto to collect info of type of the param of endpoints to be tested
- TypeDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.rpc.TypeDto
- types - Variable in class org.evomaster.client.java.controller.api.dto.problem.rpc.RPCInterfaceSchemaDto
-
defined types in this interface
U
- UNEXPECTED_EXCEPTION - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
-
this exception is thrown during execution, but not declared in the endpoint this case is identified as a bug, eg, runtime exception which is unchecked https://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html category might be application (currently set as Others), however, need a clear definition for each category
- 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
- urlPathOfStartingPage - Variable in class org.evomaster.client.java.controller.api.dto.problem.WebProblemDto
-
URL path of the main starting page of the Web Application.
- userId - Variable in class org.evomaster.client.java.controller.api.dto.auth.JsonAuthRPCEndpointDto
-
The id representing this user that is going to login
- UTIL_DATE - Enum constant in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
java.util.Date
V
- value - Variable in class org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto
-
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.CustomizedCallResultCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.evomaster.client.java.controller.api.dto.ExtraHeuristicEntryDto.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.ExtraHeuristicEntryDto.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.problem.rpc.exception.RPCExceptionCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.evomaster.client.java.controller.api.dto.problem.rpc.exception.RPCExceptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.evomaster.client.java.controller.api.dto.problem.rpc.ExecutionStatusDto
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCSupportedDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.evomaster.client.java.controller.api.dto.problem.rpc.RPCType
-
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 - Variable in class org.evomaster.client.java.controller.api.dto.KeyValuesDto
-
candidate values of the key
- values() - Static method in enum org.evomaster.client.java.controller.api.dto.CustomizedCallResultCode
-
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.ExtraHeuristicEntryDto.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.ExtraHeuristicEntryDto.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.problem.rpc.exception.RPCExceptionCategory
-
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.problem.rpc.exception.RPCExceptionType
-
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.problem.rpc.ExecutionStatusDto
-
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.problem.rpc.RPCSupportedDataType
-
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.problem.rpc.RPCType
-
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.
W
- webProblem - Variable in class org.evomaster.client.java.controller.api.dto.SutInfoDto
-
If the SUT has a Web Frontend, here there will be the info on how to interact with it
- WebProblemDto - Class in org.evomaster.client.java.controller.api.dto.problem
- WebProblemDto() - Constructor for class org.evomaster.client.java.controller.api.dto.problem.WebProblemDto
- 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form