|
Autopsy
4.9.1
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) |
| Timeouts | resetTimeouts (String name, int value) |
| void | setMultiUserPerferences () |
Private Attributes | |
| long | start |
Static Private Attributes | |
| static final Logger | logger = Logger.getLogger(AutopsyTestCases.class.getName()) |
Definition at line 66 of file AutopsyTestCases.java.
| org.sleuthkit.autopsy.testing.AutopsyTestCases.AutopsyTestCases | ( | boolean | isMultiUser | ) |
Definition at line 89 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.core.UserPreferences.setIsMultiUserModeEnabled(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
private |
Definition at line 397 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 78 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().
|
private |
Definition at line 361 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.screenshot | ( | String | name | ) |
Definition at line 340 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.getEscapedPath().
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.testExpandDataSourcesTree(), org.sleuthkit.autopsy.testing.AutopsyTestCases.testGenerateReportButton(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.testIngest().
|
private |
Definition at line 367 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().
| void org.sleuthkit.autopsy.testing.AutopsyTestCases.testAddSourceWizard1 | ( | ) |
Definition at line 171 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.start.
| void org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureHash | ( | ) |
Definition at line 201 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.getEscapedPath().
| void org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureIngest1 | ( | ) |
Definition at line 180 of file AutopsyTestCases.java.
| void org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureIngest2 | ( | ) |
Definition at line 235 of file AutopsyTestCases.java.
| void org.sleuthkit.autopsy.testing.AutopsyTestCases.testConfigureSearch | ( | ) |
Definition at line 250 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.getEscapedPath().
| void org.sleuthkit.autopsy.testing.AutopsyTestCases.testExpandDataSourcesTree | ( | ) |
Definition at line 296 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 314 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.resetTimeouts(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.screenshot().
| void org.sleuthkit.autopsy.testing.AutopsyTestCases.testGenerateReportToolbar | ( | ) |
Definition at line 306 of file AutopsyTestCases.java.
| void org.sleuthkit.autopsy.testing.AutopsyTestCases.testIngest | ( | ) |
Definition at line 278 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 106 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.getEscapedPath().
| void org.sleuthkit.autopsy.testing.AutopsyTestCases.testNewCaseWizardOpen | ( | String | title | ) |
Definition at line 98 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.resetTimeouts().
| void org.sleuthkit.autopsy.testing.AutopsyTestCases.testStartAddImageFileDataSource | ( | ) |
Definition at line 122 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.getEscapedPath(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.resetTimeouts().
| void org.sleuthkit.autopsy.testing.AutopsyTestCases.testStartAddLogicalFilesDataSource | ( | ) |
Definition at line 146 of file AutopsyTestCases.java.
References org.sleuthkit.autopsy.testing.AutopsyTestCases.getEscapedPath(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.resetTimeouts().
|
staticprivate |
Definition at line 68 of file AutopsyTestCases.java.
|
private |
Definition at line 69 of file AutopsyTestCases.java.
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.testAddSourceWizard1().
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.