Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeDuplicateNamespace ¶
type BeDuplicateNamespace string
func (BeDuplicateNamespace) FailureMessage ¶
func (matcher BeDuplicateNamespace) FailureMessage(actual interface{}) (message string)
func (BeDuplicateNamespace) Match ¶
func (matcher BeDuplicateNamespace) Match(actual interface{}) (success bool, err error)
func (BeDuplicateNamespace) NegatedFailureMessage ¶
func (matcher BeDuplicateNamespace) NegatedFailureMessage(actual interface{}) (message string)
type BeDuplicateUser ¶
type BeDuplicateUser string
func (BeDuplicateUser) FailureMessage ¶
func (matcher BeDuplicateUser) FailureMessage(actual interface{}) (message string)
func (BeDuplicateUser) Match ¶
func (matcher BeDuplicateUser) Match(actual interface{}) (success bool, err error)
func (BeDuplicateUser) NegatedFailureMessage ¶
func (matcher BeDuplicateUser) NegatedFailureMessage(actual interface{}) (message string)
type BeUserNotFound ¶
type BeUserNotFound string
func (BeUserNotFound) FailureMessage ¶
func (matcher BeUserNotFound) FailureMessage(actual interface{}) (message string)
func (BeUserNotFound) Match ¶
func (matcher BeUserNotFound) Match(actual interface{}) (success bool, err error)
func (BeUserNotFound) NegatedFailureMessage ¶
func (matcher BeUserNotFound) NegatedFailureMessage(actual interface{}) (message string)
Click to show internal directories.
Click to hide internal directories.