# Functions
FromDir reads the supplied directory path and returns a Suite representing the suite of test scenarios in that directory.
FromScenario encapsulates a given scenario in a fresh suite and returns it.
New returns a new Suite.
WithDefaults sets a test suite's Defaults attribute.
WithDescription sets a test suite's Description attribute.
WithFixtures sets a test suite's Fixtures attribute.
WithName sets a test suite's Name attribute.
WithPath sets a test suite's Path attribute.
# Structs
Suite contains zero or more scenarios, one for each YAML file representing a Scenario in a given directory.
# Type aliases
SuiteModifier sets some value on the test suite.