Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | Public Attributes | List of all members
org.sleuthkit.autopsy.integrationtesting.config.IntegrationCaseType Enum Reference

Static Public Member Functions

static List< CaseTypegetCaseTypes (IntegrationCaseType integrationCaseType)
 

Public Attributes

 JsonProperty
 

Detailed Description

The case types to create for this case.

Definition at line 30 of file IntegrationCaseType.java.

Member Function Documentation

static List<CaseType> org.sleuthkit.autopsy.integrationtesting.config.IntegrationCaseType.getCaseTypes ( IntegrationCaseType  integrationCaseType)
static

Creates a list of Case.CaseType objects that represent the IntegrationCaseType.

Parameters
integrationCaseTypeThe type(s) of cases to create for this case (single user, multi user, both).
Returns
The Case.CaseType objects associated with choice.

Definition at line 45 of file IntegrationCaseType.java.

References org.sleuthkit.autopsy.casemodule.Case.CaseType.MULTI_USER_CASE, and org.sleuthkit.autopsy.casemodule.Case.CaseType.SINGLE_USER_CASE.

Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.runIntegrationTests().

Member Data Documentation

org.sleuthkit.autopsy.integrationtesting.config.IntegrationCaseType.JsonProperty
Initial value:
=("multiUser")
MULTI_USER

Definition at line 31 of file IntegrationCaseType.java.


The documentation for this enum was generated from the following file:

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.