Crate testdata_rt

Source
Expand description

Runtime definitions for the testdata crate.

Macros§

assert_snapshot

Structs§

ArgSpec
Configuration for a specific argument in a file-based test.
GlobPattern
A parsed glob pattern, like tests/fixtures/**/*.json.
GlobSpec
Configurations for finding test files in a file-based test.
TestFile

Enums§

GlobError
Represents the glob error.
GlobParseError
A syntax error in a glob pattern.
SnapshotMode

Traits§

Snapshot
TestInput

Functions§

assert_snapshot_helper
pending
touch
An equivalent to the touch command.