build_test 0.3.1
build_test: ^0.3.1 copied to clipboard
Utilities for writing unit tests of Builders.
0.3.1 #
- Additional capabilities in testBuilder:
- Filter sourceAssets to inputs with
isInput - Get log records
- Ignore output expectations when
outputsis null - Use a custom
writer
- Filter sourceAssets to inputs with
0.3.0 #
- BREAKING removed testPhases utility. Tests should be using testBuilder
- Drop dependency on build_runner package
0.2.1 #
- Support the package split into build/build_runner/build_barback
- Expose additional test utilities that used to be internal to build
0.2.0 #
- Upgrade build package to 0.4.0
- Delete now unnecessary
GenericBuilderTransformerand useBuilderTransformerin the tests.
0.1.2 #
- Add
logLevelandonLognamed args totestPhases. These can be used to test your log messages, seetest/utils_test.dartfor an example.
0.1.1 #
- Allow String or Matcher for expected output values in
testPhases.
0.1.0 #
- Initial version, exposes many basic utilities for testing
Builders using in memory data structures. Most notably, thetestPhasesmethod.