Skip to content

v1.19.0

Compare
Choose a tag to compare
@onsi onsi released this 25 Mar 19:12
· 218 commits to master since this release

Features

  • New HaveEach matcher to ensure that each and every element in an array, slice, or map satisfies the passed in matcher. (#523) [9fc2ae2] (#524) [c8ba582]
  • Users can now wrap the Gomega interface to implement custom behavior on each assertion. (#521) [1f2e714]
  • ContainElement now accepts an additional pointer argument. Elements that satisfy the matcher are stored in the pointer enabling developers to easily add subsequent, more detailed, assertions against the matching element. (#527) [1a4e27f]

Fixes