# Functions
NewTestCase creates a new TestCase.
NewTestProject initializes a new test's project directory.
# Structs
TestCase manages a test case directory structure and content.
TestProject manages the "virtual" test project directory structure and content.
# Type aliases
RunFunc defines the function signature for an integration test command to execute.