Expand description
A module contains core types of this library.
Structs§
- Actual
Value - Represent an actual value and optional location of a test case in a source code.
- Failure
- Represents data for
Failure
variant of aTestResult
. - Source
Location - Represents a location in a source code.
Enums§
- Join
- An enum used to join two parts of a failure message.
- Test
Result - Represents result of unit testing.
Traits§
- Matcher
- A Matcher trait.
Functions§
- expect
- Creates a new instance of
ActualValue
usingvalue
.