Versions in this module Expand all Collapse all v0 v0.19.0 Jun 9, 2015 Changes in this version + const GOMEGA_VERSION + func BeAssignableToTypeOf(expected interface{}) types.GomegaMatcher + func BeClosed() types.GomegaMatcher + func BeEmpty() types.GomegaMatcher + func BeEquivalentTo(expected interface{}) types.GomegaMatcher + func BeFalse() types.GomegaMatcher + func BeNil() types.GomegaMatcher + func BeNumerically(comparator string, compareTo ...interface{}) types.GomegaMatcher + func BeSent(arg interface{}) types.GomegaMatcher + func BeTemporally(comparator string, compareTo time.Time, threshold ...time.Duration) types.GomegaMatcher + func BeTrue() types.GomegaMatcher + func BeZero() types.GomegaMatcher + func ConsistOf(elements ...interface{}) types.GomegaMatcher + func ContainElement(element interface{}) types.GomegaMatcher + func ContainSubstring(substr string, args ...interface{}) types.GomegaMatcher + func Equal(expected interface{}) types.GomegaMatcher + func HaveKey(key interface{}) types.GomegaMatcher + func HaveKeyWithValue(key interface{}, value interface{}) types.GomegaMatcher + func HaveLen(count int) types.GomegaMatcher + func HaveOccurred() types.GomegaMatcher + func HavePrefix(prefix string, args ...interface{}) types.GomegaMatcher + func HaveSuffix(suffix string, args ...interface{}) types.GomegaMatcher + func InterceptGomegaFailures(f func()) []string + func MatchError(expected interface{}) types.GomegaMatcher + func MatchJSON(json interface{}) types.GomegaMatcher + func MatchRegexp(regexp string, args ...interface{}) types.GomegaMatcher + func Panic() types.GomegaMatcher + func Receive(args ...interface{}) types.GomegaMatcher + func RegisterFailHandler(handler types.GomegaFailHandler) + func RegisterTestingT(t types.GomegaTestingT) + func SetDefaultConsistentlyDuration(t time.Duration) + func SetDefaultConsistentlyPollingInterval(t time.Duration) + func SetDefaultEventuallyPollingInterval(t time.Duration) + func SetDefaultEventuallyTimeout(t time.Duration) + func Succeed() types.GomegaMatcher + type GomegaAssertion interface + NotTo func(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + Should func(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + ShouldNot func(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + To func(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + ToNot func(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + func Expect(actual interface{}, extra ...interface{}) GomegaAssertion + func ExpectWithOffset(offset int, actual interface{}, extra ...interface{}) GomegaAssertion + func Ω(actual interface{}, extra ...interface{}) GomegaAssertion + type GomegaAsyncAssertion interface + Should func(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + ShouldNot func(matcher types.GomegaMatcher, optionalDescription ...interface{}) bool + func Consistently(actual interface{}, intervals ...interface{}) GomegaAsyncAssertion + func ConsistentlyWithOffset(offset int, actual interface{}, intervals ...interface{}) GomegaAsyncAssertion + func Eventually(actual interface{}, intervals ...interface{}) GomegaAsyncAssertion + func EventuallyWithOffset(offset int, actual interface{}, intervals ...interface{}) GomegaAsyncAssertion + type OmegaMatcher types.GomegaMatcher