transformer_test 0.2.1+2
transformer_test: ^0.2.1+2 copied to clipboard
A library which helps with writing tests for transformers.
Changelog #
0.2.1+2 #
- Fix strong mode errors.
- Add missing dependency on package:stack_trace.
0.2.1+1 #
- Bump maximum version allowed for code_transformers. The breaking change in version 0.5.0 has no impact here.
0.2.1 #
- Widened type of
phasesparameter oftestPhasesfunction, which allows to use it to test aggregate transformers and transformer groups.
0.2.0 #
- Changed all optional arguments to
testPhasesto named arguments. - Added
skipandtagsnamed arguments totestPhases, which will be forwarded on to the call totest. messagesoptional argument totestPhasesnow accepts eitherMatchers orStrings.- Added
expectBarbackErrorsoptional argument totestPhases.
0.1.0 #
- Initial version