given_when_then_unit_test 0.0.9
given_when_then_unit_test: ^0.0.9 copied to clipboard
A package to make Unit Test code more readable and well documented.
0.0.9 #
- [Add] generic
testCases1<A>
,testCases2<A, B>
,testCases3<A, B, C>
0.0.8 #
- [Add]
testCases
0.0.7 #
- [Add]
And
step - [Add]
But
step - [Add] `` for test report formatting
0.0.6 #
0.0.5 #
- [Fix] Bug #1 - async bodies of
given
,when
akagroup
(@Hu1buerger) - [Refactor] removed code duplication (@Hu1buerger)
0.0.4 #
- Downgrade
test
to^1.16.0
0.0.3 #
- Improve documentation
0.0.2 #
- [Add] examples
- Refactoring
- 100% test coverage
0.0.1 #
- [Add]
given
when
then
methods - [Add]
before
,after
,beforeAll
,afterAll
test fixtures