test_reflective_loader 0.1.5 test_reflective_loader: ^0.1.5 copied to clipboard
Support for discovering tests and test suites using reflection.
0.1.5 #
- Set max SDK version to
<3.0.0
, and adjust other dependencies.
0.1.3 #
- Fix
@failingTest
to fail when the test passes.
0.1.2 #
- Update the pubspec
dependencies
section to includepackage:test
0.1.1 #
- For
@failingTest
tests, properly handle when the test fails by throwing an exception in a timer task - Analyze this package in strong mode
0.1.0 #
- Switched from 'package:unittest' to 'package:test'.
- Since 'package:test' does not define 'solo_test', in order to keep this
functionality,
defineReflectiveSuite
must be used to wrap alldefineReflectiveTests
invocations.
0.0.4 #
- Added @failingTest, @assertFailingTest and @soloTest annotations.
0.0.1 #
- Initial version