analyzer_testing 0.1.8
analyzer_testing: ^0.1.8 copied to clipboard
Testing utilities related to the analyzer and analysis_server_plugin packages.
0.1.8 #
- Require version
10.0.0of theanalyzerpackage. - Change the behavior of
analysisOptionsContentso that by default, the analysis options file used in testing specifies atruevalue forpropagate-linter-exceptions. This ensures that when tests are run, exceptions that occur while processing lint rules will cause the test to fail. - Deprecate
MockPackagesMixin.addAngularMeta. A mockangular_metapackage can still be written withPubPackageResolutionTest.newPackage. - Deprecate
MockPackagesMixin.addJsandPubPackageResolutionTest.addJsPackageDep. A mock js package can still be written withPubPackageResolutionTest.newPackage. - Deprecate
MockPackagesMixin.addKernelandPubPackageResolutionTest.addKernelPackageDep. A mock kernel package can still be written withPubPackageResolutionTest.newPackage. - Deprecate
MockPackagesMixin.addPedantic. A mock pedantic package can still be written withPubPackageResolutionTest.newPackage.
0.1.7 #
- Deprecate
AnalysisRuleTest.analysisRule; instead of implementing this getter, set therulefield in thesetUpmethod, before callingsuper.setUp. For example, when testing an analysis rule,MyRule, callrule = MyRule()insetUp.
0.1.6 #
- Require version
9.0.0of theanalyzerpackage.
0.1.5 #
- Require version
8.4.0of theanalyzerpackage.
0.1.4 #
- Require version
8.3.0of theanalyzerpackage. - Improve error message when trying to use any of the built-in mock libraries from a test outside of the Dart SDK.
0.1.3 #
- Require version
8.2.0of theanalyzerpackage. - Require Dart SDK
^3.9.0.
0.1.2 #
- Require version
8.1.1of theanalyzerpackage.
0.1.1 #
- Require version
^8.1.0of theanalyzerpackage.
0.1.0 #
- Initial release