Expand description
A simple framework for authoring conformance test suites.
Structs§
- Test
Case Result - Whether or not the test case passed along with metadata that they results renderer can make use of when rendering our the results of the conformance test.
- Test
Case Results - The results of all of the test cases in the test suite that was run.
- Test
Suite - A test suite to run.
- View
Html - Constructs an HTML visualization of a test suite.
- View
Simple Text - A basic list of passing and failing tests, useful for visualizing in a terminal.
Traits§
- Test
Case - Used to indicate a type that can be used to create test cases to test some aspect of a Renderer.
Functions§
- run_
test_ suite - Run a test suite.