jaspr_elementary_test 0.1.0 copy "jaspr_elementary_test: ^0.1.0" to clipboard
jaspr_elementary_test: ^0.1.0 copied to clipboard

Testing utilities for jaspr_elementary: ComponentModel lifecycle helpers and related test infrastructure.

jaspr_elementary_test #

Testing utilities for jaspr_elementary.

Requirements #

Status #

Initial release: package scaffold. Helpers such as testComponentModel (analogue of Flutter Elementary’s testWidgetModel) will be added in follow-up versions.

Installation #

dev_dependencies:
  jaspr_elementary_test: ^0.1.0

Then dart pub get.

Development (monorepo) #

This package lives next to jaspr_elementary in the repository.

If jaspr_elementary is not yet published at the version declared in pubspec.yaml, or you are changing both packages at once, add a pubspec_overrides.yaml next to this package’s pubspec.yaml (this file is gitignored in this repo):

dependency_overrides:
  jaspr_elementary:
    path: ../jaspr_elementary
cd packages/jaspr_elementary_test
dart pub get
dart analyze
dart test
0
likes
0
points
105
downloads

Publisher

unverified uploader

Weekly Downloads

Testing utilities for jaspr_elementary: ComponentModel lifecycle helpers and related test infrastructure.

Homepage
Repository (GitHub)
View/report issues

Topics

#jaspr #mvvm #testing

License

unknown (license)

Dependencies

jaspr, jaspr_elementary, meta, mocktail, test

More

Packages that depend on jaspr_elementary_test