Modules§
Macros§
- assert_
eq - Asserts that two expressions are equal to each other (using
PartialEq
). - assert_
eq_ ignore_ span - assert_
ne - Asserts that two expressions are not equal to each other (using
PartialEq
).
Structs§
- Debug
Using Display - Used for assertions.
- Normalized
Output - Normalized stdout/stderr.
- Test
Output - Tester
Statics§
Functions§
- diff
- find_
executable - init
- Configures logger
- print_
left_ right - run_
test - Run test and print errors.
- run_
test2 - Run test and print errors.
- unignore_
fixture - Rename
foo/.bar/exec.js
=>foo/bar/exec.js
Type Aliases§
Attribute Macros§
- fixture
- Create tests from files.