Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
AutopsyTestCases (boolean isMultiUser) | |
void | screenshot (String name) |
void | testAddSourceWizard1 () |
void | testConfigureHash () |
void | testConfigureIngest1 () |
void | testConfigureIngest2 () |
void | testConfigureSearch () |
void | testExpandDataSourcesTree () |
void | testGenerateReportButton () throws IOException |
void | testGenerateReportToolbar () |
void | testIngest () |
void | testNewCaseWizard () |
void | testNewCaseWizardOpen (String title) |
void | testStartAddImageFileDataSource () |
void | testStartAddLogicalFilesDataSource () |
Static Public Member Functions | |
static String | getEscapedPath (String path) |
Private Member Functions | |
void | expandNodes (JTreeOperator jto, TreePath tp) |
void | setMultiUserPerferences () |
Timeouts | setTimeout (String name, int value) |
Private Attributes | |
long | start |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(AutopsyTestCases.class.getName()) |
Definition at line 67 of file AutopsyTestCases.java.
org.sleuthkit.autopsy.testing.AutopsyTestCases.AutopsyTestCases | ( | boolean | isMultiUser | ) |
Definition at line 90 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.core.UserPreferences.setIsMultiUserModeEnabled(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
private |
Definition at line 462 of file AutopsyTestCases.java.
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.testExpandDataSourcesTree().
|
static |
Escapes the slashes in a file or directory path.
path | The path to be escaped. |
Definition at line 79 of file AutopsyTestCases.java.
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureHash(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureSearch(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testNewCaseWizard(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testStartAddImageFileDataSource(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.testStartAddLogicalFilesDataSource().
void org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot | ( | String | name | ) |
Definition at line 403 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.getEscapedPath().
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.testAddSourceWizard1(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureHash(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureIngest1(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureIngest2(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureSearch(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testExpandDataSourcesTree(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testGenerateReportButton(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testGenerateReportToolbar(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testIngest(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testNewCaseWizard(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testNewCaseWizardOpen(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testStartAddImageFileDataSource(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.testStartAddLogicalFilesDataSource().
|
private |
Definition at line 432 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.core.UserPreferences.setDatabaseConnectionInfo(), org.sleuthkit.autopsy.core.UserPreferences.setIndexingServerHost(), org.sleuthkit.autopsy.core.UserPreferences.setIndexingServerPort(), org.sleuthkit.autopsy.core.UserPreferences.setIsMultiUserModeEnabled(), and org.sleuthkit.autopsy.core.UserPreferences.setMessageServiceConnectionInfo().
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.AutopsyTestCases().
|
private |
Definition at line 426 of file AutopsyTestCases.java.
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.testGenerateReportButton(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testNewCaseWizardOpen(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testStartAddImageFileDataSource(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.testStartAddLogicalFilesDataSource().
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testAddSourceWizard1 | ( | ) |
Definition at line 194 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.start.
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureHash | ( | ) |
Definition at line 234 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.getEscapedPath(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot().
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureIngest1 | ( | ) |
Definition at line 208 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot().
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureIngest2 | ( | ) |
Definition at line 273 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot().
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureSearch | ( | ) |
Definition at line 293 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.getEscapedPath(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot().
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testExpandDataSourcesTree | ( | ) |
Definition at line 348 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.expandNodes(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot().
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testGenerateReportButton | ( | ) | throws IOException |
Definition at line 374 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.setTimeout().
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testGenerateReportToolbar | ( | ) |
Definition at line 362 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot().
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testIngest | ( | ) |
Definition at line 326 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), org.sleuthkit.autopsy.ingest.IngestManager.isIngestRunning(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot().
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testNewCaseWizard | ( | ) |
Definition at line 112 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.getEscapedPath(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot().
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testNewCaseWizardOpen | ( | String | title | ) |
Definition at line 99 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.setTimeout().
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testStartAddImageFileDataSource | ( | ) |
void org.sleuthkit.autopsy.testing.AutopsyTestCases.testStartAddLogicalFilesDataSource | ( | ) |
|
staticprivate |
Definition at line 69 of file AutopsyTestCases.java.
|
private |
Definition at line 70 of file AutopsyTestCases.java.
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.testAddSourceWizard1().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.