Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.integrationtesting.IntegrationTestGroup Interface Reference

Public Member Functions

default void setup ()
 
default void setupClass ()
 
default void tearDown ()
 
default void tearDownClass ()
 

Detailed Description

Basic interface for integration test group.

Definition at line 24 of file IntegrationTestGroup.java.

Member Function Documentation

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.


The documentation for this interface 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.