build_test 0.1.2
build_test: ^0.1.2 copied to clipboard
Utilities for writing unit tests of Builders.
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.