dartunit 1.0.0+2 copy "dartunit: ^1.0.0+2" to clipboard
dartunit: ^1.0.0+2 copied to clipboard

A Dart package for writing unit tests based on xUnit patterns.This package helps you implement unit test patterns and write unit tests in a cleaner way.

1.0.0+2 #

  • docs: update README

1.0.0+1 #

  • docs: update README

1.0.0 #

Initial Version of the library.

  • Includes @TestCase annotation to create a new test group.
  • Includes @Test annotation to write a new test function inside of TestCase.
  • Includes @SetUp and @TearDown annotations to determine setUp and tearDown.
  • Includes @SetUpAll and @TearDownAll annotations to determine setUpAll and tearDownAll.
  • Includes @Root annotation to determine entry point to run tests in a test hierarchy.
  • Includes runTestsByLibraryName and runTestsByLibraryPath to run tests.
6
likes
150
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package for writing unit tests based on xUnit patterns.This package helps you implement unit test patterns and write unit tests in a cleaner way.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

meta, test

More

Packages that depend on dartunit