ActionDto |
Created by arcuri82 on 16-Sep-19.
|
AdditionalInfoDto |
|
AuthenticationDto |
To authenticate a user, would need specific settings, like
specific values in the HTTP headers (eg, cookies)
|
ControllerInfoDto |
|
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.
|
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.
|
StringSpecializationInfoDto |
|
SutInfoDto |
|
SutRunDto |
|
TargetInfoDto |
|
TestResultsDto |
|
UnitsInfoDto |
Information about the "units" in the SUT.
|
WrappedResponseDto<T> |
In REST, when we have an error, at most we would see a HTTP
status code.
|