Package software.amazon.smithy.diff.testrunner
-
Class Summary Class Description SmithyDiffTestCase Runs a single test case by loading corresponding models `a` and `b` and ensuring the resulting events match the diff events stored in a `-----` separated file.SmithyDiffTestCase.Result Output of diffing a model against a test case.SmithyDiffTestSuite Runs diff test cases against corresponding model `a`, model `b`, and validation `events` files.SmithyDiffTestSuite.Result Value result of executing the test suite. -
Exception Summary Exception Description SmithyDiffTestCase.Error Thrown when errors are encountered while unwrapping a test case.SmithyDiffTestSuite.Error Thrown when errors are encountered in the test runner.