[][src]Module stipulate::conf

Handles loading of configurations for tests

Structs

JavaConfig

This struct represents a configuration for running a java program.

PythonConfig

This struct represents a configuration for running a python program.

TestConfig

This struct represents all of the configuration for a test run.

Enums

Error

An enum representing the kinds of errors that can be encountered when trying to read a Config object from a file or write it to a file.

TestType

The different kinds of tests that can be done.

Traits

Config

The trait implemented by all supported configurations.