Crate conformer

Source
Expand description

A simple framework for authoring conformance test suites.

Structs§

TestCaseResult
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.
TestCaseResults
The results of all of the test cases in the test suite that was run.
TestSuite
A test suite to run.
ViewHtml
Constructs an HTML visualization of a test suite.
ViewSimpleText
A basic list of passing and failing tests, useful for visualizing in a terminal.

Traits§

TestCase
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.