Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
TestingConfig (@JsonProperty("excludeAllExcept") List< ParameterizedResourceConfig > excludeAllExcept,@JsonProperty("includeAllExcept") List< String > includeAllExcept) | |
Set< ParameterizedResourceConfig > | getExcludeAllExcept () |
Set< String > | getIncludeAllExcept () |
Map< String, Object > | getParameters (String itemType) |
boolean | hasIncludedTest (String itemType) |
Private Attributes | |
final Map< String, ParameterizedResourceConfig > | excludeAllExcept |
final Set< String > | includeAllExcept |
Configuration for which integration test suites to run.
Definition at line 38 of file TestingConfig.java.
org.sleuthkit.autopsy.integrationtesting.config.TestingConfig.TestingConfig | ( | @JsonProperty("excludeAllExcept") List< ParameterizedResourceConfig > | excludeAllExcept, |
@JsonProperty("includeAllExcept") List< String > | includeAllExcept | ||
) |
Main constructor for Integration tests to be run.
excludeAllExcept | Items that should be run to the exclusion of all others. |
includeAllExcept | Items that should only be run. |
Definition at line 51 of file TestingConfig.java.
Set<ParameterizedResourceConfig> org.sleuthkit.autopsy.integrationtesting.config.TestingConfig.getExcludeAllExcept | ( | ) |
Definition at line 83 of file TestingConfig.java.
Set<String> org.sleuthkit.autopsy.integrationtesting.config.TestingConfig.getIncludeAllExcept | ( | ) |
Definition at line 92 of file TestingConfig.java.
Map<String, Object> org.sleuthkit.autopsy.integrationtesting.config.TestingConfig.getParameters | ( | String | itemType | ) |
Retrieve parameters if any exist for a particular integration test group.
itemType | The identifier for the integration test group. |
Definition at line 103 of file TestingConfig.java.
References org.sleuthkit.autopsy.integrationtesting.config.ParameterizedResourceConfig.getParameters().
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.runIntegrationTests().
boolean org.sleuthkit.autopsy.integrationtesting.config.TestingConfig.hasIncludedTest | ( | String | itemType | ) |
Whether or not the current settings contain the current test.
itemType | The fully qualified name of the test suite. |
Definition at line 114 of file TestingConfig.java.
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.runIntegrationTests().
|
private |
Definition at line 40 of file TestingConfig.java.
|
private |
Definition at line 41 of file TestingConfig.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.