given_when_then_unit_test 0.2.1
given_when_then_unit_test: ^0.2.1 copied to clipboard
A package to make Unit Test code more readable and well documented.
0.2.1 #
- Update dependencies
0.2.0 #
- Update dependencies
0.1.0 #
- [Change] each
GIVENWHENTHENon separate line by default
0.0.10 #
- [Fix] of async tests are executed from sync function, not awaiting the Future, see [#11]
0.0.9 #
- [Add] generic
testCases1<A>,testCases2<A, B>,testCases3<A, B, C>
0.0.8 #
- [Add]
testCases
0.0.7 #
- [Add]
Andstep - [Add]
Butstep - [Add] `` for test report formatting
0.0.6 #
0.0.5 #
- [Fix] Bug #1 - async bodies of
given,whenakagroup(@Hu1buerger) - [Refactor] removed code duplication (@Hu1buerger)
0.0.4 #
- Downgrade
testto^1.16.0
0.0.3 #
- Improve documentation
0.0.1 #
- [Add]
givenwhenthenmethods - [Add]
before,after,beforeAll,afterAlltest fixtures