[][src]Module racetrack::tracker

Structs

Assertion

An assertion object

CallInfo

Stores call info for the method call. This is usually constructed via the proc-macro, but can be done manually.

MetaAssertion

A meta assertion object for asserting additional metadata

Tracker

The main tracker class. Construct this in each test if possible, otherwise use a static copy. Any assertions will start with this tracker.