zam_test 0.3.0
zam_test: ^0.3.0 copied to clipboard
A typed wrapper around the test package with several utilities for testing.
0.3.0 #
- Modified
zam_test.dartto export original test library. - Updated dependency: zam_core 0.5.0
- Updated dependency: test 1.17.8
- Updated dependency: dart sdk ">=2.13.0 <3.0.0"
0.2.0 #
- Added
BooleanTestCase.
0.1.0 #
- Added new classes
Test,SingleCasedTestandMultiCasedTest. UseTestas the main class instead ofTestCaseandTestGroup. - Removed
TestRun. UseTestGroupinstead. - Modified
TestCaseto make its action field optional.
0.0.2 #
- Updated dependency: zam_core 0.1.1
- Fixed order of generics in callbacks due to zam_core 0.1.1.
0.0.1 #
- Includes the core classes
TestCase,TestGroupandTestRun. - Includes
ValueTestCasefor straight value matches. - Includes
NegativeTestCasefor exception matches. - Includes
ParameterizedTypeMatcher. - Includes utilities
sleepandshutDown.