| Class | Description |
|---|---|
| SmithyTestCase |
Runs a single test case by loading a model and ensuring the resulting
events match the validation events stored in a newline separated file.
|
| SmithyTestCase.Result |
Output of validating a model against a test case.
|
| SmithyTestSuite |
Runs test cases against a directory of models and error files.
|
| SmithyTestSuite.Result |
Value result of executing the test suite.
|
| Exception | Description |
|---|---|
| SmithyTestCase.Error |
Thrown when errors are encountered while unwrapping a test case.
|
| SmithyTestSuite.Error |
Thrown when errors are encountered in the test runner.
|