ngx_test 5.0.1 copy "ngx_test: ^5.0.1" to clipboard
ngx_test: ^5.0.1 copied to clipboard

Platformweb

Testing runner and library for AngularDart. This package is necessary to write component tests for AngularDart components.

120/ 160
pub points
8
downloads

We analyzed this package 4 days ago, and awarded it 120 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Failed check 0/10 points: 20% or more of the public API has dartdoc comments

OUT: Documenting ngx_test... Discovering libraries... Linking elements... Precaching local docs for 158647 elements... Initialized dartdoc with 311 libraries Generating docs for library compatibility.dart from package:ngx_test/compatibility.dart... Generating docs for library ngx_test.dart from package:ngx_test/ngx_test.dart... Generating docs for library angular_test.dart from package:ngx_test/angular_test.dart... Documented 3 public libraries in 14.7 seconds ERR: warning: ambiguous reexport of bed.disposeAnyRunningTest, canonicalization candidates: (angular_test, angular_test) -> angular_test (confidence 0.000) from bed.disposeAnyRunningTest: (file:///tmp/pana_FUOOGF/lib/src/frontend/bed.dart:25:14) angular_test: 1.010 - (_Reason.samePackage (+1.000), _Reason.longName (+0.01000)) angular_test: 1.010 - (_Reason.samePackage (+1.000), _Reason.longName (+0.01000)) Use {@canonicalFor bed.disposeAnyRunningTest} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [111 more lines]

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Web

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:ngx_test/ngx_test.dart that imports:
  • package:ngx_test/src/frontend.dart that imports:
  • package:ngx_test/src/frontend/stabilizer.dart that imports:
  • package:ngx_dart/angular.dart that imports:
  • package:ngx_dart/src/testability.dart that imports:
  • package:ngx_dart/src/testability/testability.dart that imports:
  • package:ngx_dart/src/testability/js_api.dart that imports:
  • package:js/js.dart that imports:
  • dart:js
Package not compatible with platform iOS

Because:

  • package:ngx_test/ngx_test.dart that imports:
  • package:ngx_test/src/frontend.dart that imports:
  • package:ngx_test/src/frontend/stabilizer.dart that imports:
  • package:ngx_dart/angular.dart that imports:
  • package:ngx_dart/src/testability.dart that imports:
  • package:ngx_dart/src/testability/testability.dart that imports:
  • package:ngx_dart/src/testability/js_api.dart that imports:
  • package:js/js.dart that imports:
  • dart:js
Package not compatible with platform Windows

Because:

  • package:ngx_test/ngx_test.dart that imports:
  • package:ngx_test/src/frontend.dart that imports:
  • package:ngx_test/src/frontend/stabilizer.dart that imports:
  • package:ngx_dart/angular.dart that imports:
  • package:ngx_dart/src/testability.dart that imports:
  • package:ngx_dart/src/testability/testability.dart that imports:
  • package:ngx_dart/src/testability/js_api.dart that imports:
  • package:js/js.dart that imports:
  • dart:js
Package not compatible with platform Linux

Because:

  • package:ngx_test/ngx_test.dart that imports:
  • package:ngx_test/src/frontend.dart that imports:
  • package:ngx_test/src/frontend/stabilizer.dart that imports:
  • package:ngx_dart/angular.dart that imports:
  • package:ngx_dart/src/testability.dart that imports:
  • package:ngx_dart/src/testability/testability.dart that imports:
  • package:ngx_dart/src/testability/js_api.dart that imports:
  • package:js/js.dart that imports:
  • dart:js
Package not compatible with platform macOS

Because:

  • package:ngx_test/ngx_test.dart that imports:
  • package:ngx_test/src/frontend.dart that imports:
  • package:ngx_test/src/frontend/stabilizer.dart that imports:
  • package:ngx_dart/angular.dart that imports:
  • package:ngx_dart/src/testability.dart that imports:
  • package:ngx_dart/src/testability/testability.dart that imports:
  • package:ngx_dart/src/testability/js_api.dart that imports:
  • package:js/js.dart that imports:
  • dart:js

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:ngx_test/ngx_test.dart that imports:
  • package:ngx_test/src/frontend.dart that imports:
  • package:ngx_test/src/frontend/stabilizer.dart that imports:
  • package:ngx_dart/angular.dart that imports:
  • package:ngx_dart/src/testability.dart that imports:
  • package:ngx_dart/src/testability/testability.dart that imports:
  • package:ngx_dart/src/testability/js_api.dart that imports:
  • package:js/js.dart that imports:
  • dart:js

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 6 issues. Showing the first 2:

WARNING: 'package:ngx_dart/experimental.dart' is experimental and could be removed or changed at any time.

lib/src/frontend/ng_zone/real_time_stabilizer.dart:6:1

  ╷
6 │ import 'package:ngx_dart/experimental.dart';
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/frontend/ng_zone/real_time_stabilizer.dart

WARNING: 'inAngularZone' is experimental and could be removed or changed at any time.

lib/src/frontend/ng_zone/real_time_stabilizer.dart:33:12

   ╷
33 │       if (!inAngularZone(ngZone, zone)) {
   │            ^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/frontend/ng_zone/real_time_stabilizer.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
collection ^1.18.0 1.19.1 1.19.1
meta ^1.11.0 1.19.0 1.19.0
ngx_dart ^8.0.0 8.0.1 8.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 67.0.0 108.0.0
analyzer - 6.4.1 14.4.0
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
build - 2.4.1 4.0.11
built_collection - 5.1.1 5.1.1
built_value - 8.13.0 8.13.0
charcode - 1.4.0 1.4.0
clock - 1.1.3 1.1.3
code_builder - 4.12.0 4.12.0
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
dart_style - 2.3.6 3.1.13
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
glob - 2.2.0 2.2.0
intl - 0.18.1 0.20.3
js - 0.6.7 0.7.2 Discontinued
logging - 1.3.0 1.3.0
matcher - 0.12.20 0.12.20
ngx_ast - 3.0.1 3.0.1
ngx_compiler - 3.0.2 3.0.2
package_config - 2.2.0 3.0.0
path - 1.9.1 1.9.1
pub_semver - 2.2.1 2.2.1
source_gen - 1.5.0 4.3.0
source_span - 1.10.2 1.10.2
stack_trace - 1.12.2 1.12.2
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.2 2.1.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.14 0.7.14
typed_data - 1.4.0 1.4.0
watcher - 1.2.1 1.2.1
yaml - 3.1.4 3.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.19, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Testing runner and library for AngularDart. This package is necessary to write component tests for AngularDart components.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

collection, meta, ngx_dart

More

Packages that depend on ngx_test