8000 Releases · imagineDevit/giwt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: imagineDevit/giwt

0.2.2

30 Aug 13:20
Compare
Choose a tag to compare

Full Changelog: 0.2.1...0.2.2

0.2.1

23 Aug 14:11
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.2.1

0.2.0

04 Jun 14:23
af197d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.9...0.2.0

0.1.9

03 Jun 15:08
d5fd4e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.8...0.1.9

0.1.8

29 May 13:39
c327baa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.7...0.1.8

0.1.7

27 May 13:48
136777e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.1.7

0.1.6

16 May 20:41
Compare
Choose a tag to compare

What's Changed

  • AndGiven function has been changed from UnaryOperator<T> to Consumer<T>
  • add @GiwtProxyable annotation processor

Full Changelog: 0.1.5...0.1.6

0.1.5

29 Apr 12:22
f595e6d
Compare
Choose a tag to compare

What's changed

  • TestCaseResult Assertions become Expectations.

  • TestCaseResult methods shouldBe, shouldHave, shouldMatch and shouldFail now take a vararg of expectations as parameters

    Before 👇

      result.shouldBe
          .notNull()
           .equalTo(2)

    Now 👇

      result.shouldBe(notNull() , equalTo(2) )

0.1.4

02 Apr 13:25
04470fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

0.1.3

09 Mar 20:12
fd6209a
Compare
Choose a tag to compare
  • 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
0