# Functions
FindBinary tries to find binary 'name'.
NewCmdHandler creates a CmdHandler for the arguments provided.
StartHandlerForTest starts a given handler for a unit test.
# Structs
CmdHandler is used to abstract the low-level handling of exec.Command, providing callbacks for events.
# Type aliases
UUTConstrutor is implemented by all types that use this simplified mechanism to be tested and is used to create a test object with all related resources.