Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
default void | setup () |
default void | setupClass () |
default void | tearDown () |
default void | tearDownClass () |
Basic interface for integration test group.
Definition at line 24 of file IntegrationTestGroup.java.
default void org.sleuthkit.autopsy.integrationtesting.IntegrationTestGroup.setup | ( | ) |
Allows for a test to perform any necessary setup.
Definition at line 29 of file IntegrationTestGroup.java.
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.runIntegrationTestMethod().
default void org.sleuthkit.autopsy.integrationtesting.IntegrationTestGroup.setupClass | ( | ) |
Allows for this suite of tests to perform any necessary setup.
Definition at line 41 of file IntegrationTestGroup.java.
default void org.sleuthkit.autopsy.integrationtesting.IntegrationTestGroup.tearDown | ( | ) |
Allows for a test to perform any necessary disposing of resources.
Definition at line 35 of file IntegrationTestGroup.java.
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.runIntegrationTestMethod().
default void org.sleuthkit.autopsy.integrationtesting.IntegrationTestGroup.tearDownClass | ( | ) |
Allows for this suite of tests to dispose of resources.
Definition at line 47 of file IntegrationTestGroup.java.
Copyright © 2012-2022 Basis Technology. Generated on: Sat Jun 10 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.