pub struct Paths<K: PathKey> { /* private fields */ }
Expand description
Create a new output manager for the given input path
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.
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.