Releases: imagineDevit/giwt
Releases · imagineDevit/giwt
0.2.2
Full Changelog: 0.2.1...0.2.2
0.2.1
Full Changelog: 0.2.0...0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
What's Changed
AndGiven
function has been changed fromUnaryOperator<T>
toConsumer<T>
- add
@GiwtProxyable
annotation processor
Full Changelog: 0.1.5...0.1.6
0.1.5
What's changed
-
TestCaseResult
Assertions
becomeExpectations
. -
TestCaseResult methods
shouldBe
,shouldHave
,shouldMatch
andshouldFail
now take a vararg of expectations as parametersBefore 👇
result.shouldBe .notNull() .equalTo(2)
Now 👇
result.shouldBe(notNull() , equalTo(2) )
0.1.4
0.1.3
- validate test while selecting test classes and methods
- add custom exceptions
- create Callback sealed interface
- add constraint 'extends Callback' to value of ExtendWith annotation
- transfer commons classes to a core part
- refactorization of code