test_reflective_loader 0.3.0
test_reflective_loader: ^0.3.0 copied to clipboard
Support for discovering tests and test suites using reflection.
0.3.0 #
- Require Dart
^3.5.0. - Update to
package:test1.26.1. - Pass locations of groups/tests to
package:testto improve locations reported in the JSON reporter that may be used for navigation in IDEs.
0.2.3 #
- Require Dart
^3.1.0. - Move to
dart-lang/toolsmonorepo.
0.2.2 #
- Update to package:lints 2.0.0 and move it to a dev dependency.
0.2.1 #
- Use package:lints for analysis.
- Populate the pubspec
repositoryfield.
0.2.0 #
- Stable null safety release.
0.2.0-nullsafety.0 #
- Migrate to the null safety language feature.
0.1.9 #
- Add
@SkippedTestannotation andskip_testprefix.
0.1.8 #
- Update
FailingTestto add named parametersissueandreason.
0.1.7 #
- Update documentation comments.
- Remove
@MirrorsUsedannotation ondart:mirrors.
0.1.6 #
- Make
FailingTestpublic, with the URI of the issue that causes the test to break.
0.1.5 #
- Set max SDK version to
<3.0.0, and adjust other dependencies.
0.1.3 #
- Fix
@failingTestto fail when the test passes.
0.1.2 #
- Update the pubspec
dependenciessection to includepackage:test
0.1.1 #
- For
@failingTesttests, 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,
defineReflectiveSuitemust be used to wrap alldefineReflectiveTestsinvocations.
0.0.4 #
- Added @failingTest, @assertFailingTest and @soloTest annotations.
0.0.1 #
- Initial version