[][src]Module dicetest::checker

A unit-test friendly interface for the runner that panics once the test failed.

Enums

LogCondition

Defines when the checker should log the test result.

Functions

check

Checks the test. How the test is checked can be configured with environment variables.

check_once

Checks the test by running it once with the given configuration.

check_repeatedly

Checks the test by running it repeatedly with the given configuration and different seeds.