# Functions
Dashify returns the input string where all whitespace and underscore characters have been replaced by dashes and, aside from dashes, only alphanumeric characters remain.
OutputPath returns a function to select different paths to save XML reports.
# Structs
Error encapsulates metadata regarding a test error.
Property encapsulates metadata regarding a test property.
Report encapsulates the data for a xUnit XML report.
ReportWritingOptions wraps optional settings for the output report.
TestCase encapsulates metadata regarding a single test.
TestSuite encapsulates metadata for a collection of test cases.