analyzer_testing
Testing utilities related to the analyzer and analysis_server_plugin packages.
0.3.4
dart-lang/sdk
What this package is like to depend on
Last release 1 months ago
13 Jul 2026
Ships fairly regularly
a new release about every 2 weeks
Nearly every release is documented
notes for 22 of 22 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
22 releases · first in 2025
19 releases in the last 12 months
see the full history below
Release timeline
22 releases · Jul 2025 to Jul 2026
2026
Releases
latest 22-
0.3.413 Jul 2026 -
0.3.318 Jun 2026 -
0.3.211 Jun 2026 -
0.3.110 Jun 2026 -
0.3.004 Jun 2026Release notes
Open source →- Add
PackageConfigFileBuilderto the public API. - Breaking change:
ResourceProviderMixin.newPackageConfigJsonFileFromBuildernow takes thePackageConfigFileBuilderfrompackage:analyzer_testing. - Fix mocks for Flutter's
painting/text_span.dart,widgets/media_query.dart, andwidgets/scroll_delegate.dartlibraries. - Require version
13.1.0of theanalyzerpackage.
- Add
-
0.2.622 Apr 2026 -
0.2.508 Apr 2026 -
0.2.417 Mar 2026 -
0.2.227 Feb 2026 -
0.2.121 Feb 2026 -
0.2.017 Feb 2026Release notes
Open source →- Remove deprecated mock APIs:
MockPackagesMixin.addAngularMetaMockPackagesMixin.addFlutterTestMockPackagesMixin.addJsMockPackagesMixin.addKernelMockPackagesMixin.pedanticandMockPackagesMixin.addUI. - Require version
10.1.0of theanalyzerpackage.
- Remove deprecated mock APIs:
-
0.1.1030 Jan 2026Release notes
Open source →- A stub Flutter package can be added in tests by overriding the
addFlutterPackageDepgetter to returntrue. This API existed before but is now functional; same withaddFixnumPackageDep,addMetaPackageDep, andaddTestReflectiveLoaderPackageDep. - Require version
10.0.2of theanalyzerpackage.
- A stub Flutter package can be added in tests by overriding the
-
0.1.916 Jan 2026Release notes
Open source →- Deprecate
MockPackagesMixin.addUI; This is replaced byaddSkyEngine. - Deprecate
MockPackagesMixin.addFlutterTest. A mockflutter_testpackage can still be written withPubPackageResolutionTest.newPackage. - Require version
10.0.1of theanalyzerpackage.
- Deprecate
-
0.1.807 Jan 2026Release notes
Open source →- 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.
- Require version
-
0.1.710 Nov 2025Release notes
Open source →- 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.
- Deprecate
-
0.1.623 Oct 2025 -
0.1.520 Oct 2025 -
0.1.413 Oct 2025Release notes
Open source →- 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.
- Require version
-
0.1.322 Sep 2025 -
0.1.213 Aug 2025 -
0.1.107 Aug 2025 -
0.1.021 Jul 2025