pub struct Paths<K: PathKey> { /* private fields */ }
Expand description

Test output manager

Implementations

Create a new output manager for the given input path

Parameters
  • input_path: input file for the current test case

Obtain a path for a given output kind

Complete the testing process for this test case

This will check the local result against the public results to find discrepancies, or bump the local results if requested.

To bump results, set LANG_UTIL_TEST=bump before running cargo test.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.