Versions in this module Expand all Collapse all v1 v1.2.0 Jul 16, 2017 v1.1.0 Mar 26, 2017 Changes in this version + type AsyncAssertion struct + func New(asyncType AsyncAssertionType, actualInput interface{}, ...) *AsyncAssertion + func (assertion *AsyncAssertion) Should(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + func (assertion *AsyncAssertion) ShouldNot(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + type AsyncAssertionType uint + const AsyncAssertionTypeConsistently + const AsyncAssertionTypeEventually