zam_test 0.0.2 zam_test: ^0.0.2 copied to clipboard
A typed wrapper around the test package with several utilities for testing.
0.0.2 #
- Updated dependency: zam_core 0.1.1
- Fixed order of generics in callbacks due to zam_core 0.1.1.
- Fixed repository name in pubspec.
- Fixed CI/CD Configurations.
0.0.1 #
- Includes the core classes
TestCase
,TestGroup
andTestRun
. - Includes
ValueTestCase
for straight value matches. - Includes
NegativeTestCase
for exception matches. - Includes
ParameterizedTypeMatcher
. - Includes utilities
sleep
andshutDown
.