package
1.9.7
Repository: https://github.com/gdt-dev/gdt.git
Documentation: pkg.go.dev

# Functions

FromBytes returns a Scenario after parsing the supplied contents.
FromReader parses the supplied io.Reader and returns a Scenario representing the contents in the reader.
New returns a new Scenario.
WithDefaults sets a test scenario's Defaults attribute.
WithDescription sets a test scenario's Description attribute.
WithName sets a test scenario's Name attribute.
WithPath sets a test scenario's Path attribute.
WithFixtures sets a test scenario's Fixtures attribute.

# Constants

DefaultsKey is the key within the Defaults collection for scenario defaults.

# Structs

Defaults is the scenario's defaults collection.
Scenario is a generalized gdt test case file.

# Type aliases

ScenarioModifier sets some value on the test scenario.