metatest 0.2.2+4
metatest: ^0.2.2+4 copied to clipboard
A package for testing Dart test frameworks.
0.2.2+4 #
- Compatibility with the latest
test.
0.2.2+3 #
- Compatibility with the latest
test.
0.2.2+2 #
- Compatibility with the latest
test.
0.2.2+1 #
- Require
testversion0.12.5.
0.2.1 #
- Support passing named arguments through to the underlying call to
test().
0.2.0+1 #
- Compatibility with the latest
test.
0.2.0 #
-
Full compatibility with
test0.12.0. -
Tests are no longer run in their own isolates. Instead, each test's environment is isolated manually using the
testpackage's infrastructure. -
initMetatestis no longer necessary and has been removed. -
metaSetUphas been removed; thetestpackage'ssetUpmay be used instead. -
expectTestResultshas been removed.
0.1.1 #
- Changed maximum version of
unittestto support development.
0.1.0 #
- First release.