dartunit 1.0.0+2
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.