AdditionalInfoDto |
|
AuthenticationDto |
To authenticate a user, would need specific settings, like
specific values in the HTTP headers (eg, cookies)
|
CookieLoginDto |
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.ContentType |
|
CookieLoginDto.HttpVerb |
|
ExtraHeuristicsDto |
Represents possible extra heuristics related to the code
execution and that do apply to all the reached testing targets.
|
HeaderDto |
A HTTP header, which is a key=value pair
|
HeuristicEntryDto |
Created by arcuri82 on 14-Jun-19.
|
HeuristicEntryDto.Objective |
Should we try to minimize or maximize the heuristic?
|
HeuristicEntryDto.Type |
The type of extra heuristic.
|
StringSpecializationInfoDto |
|
SutInfoDto.OutputFormat |
|
TargetInfoDto |
|
UnitsInfoDto |
Information about the "units" in the SUT.
|
WrappedResponseDto |
In REST, when we have an error, at most we would see a HTTP
status code.
|