# Functions
ChecklistProcess starts a process that collects the reports of the processes of the test-bed, and checks the test was complete.
# Variables
Logger is a global logger for testing.
# Structs
TestCase holds the input and output messages of one test case for a processor function.
# Type aliases
TestCaseMsgs is a type that TestCase descriptor structures use for both the inputs and outputs messages.
TestCases holds an array of TestCases for a specific processor function.