Documentation
¶
Index ¶
- func BeAnExistingFileAndEqualString(expectedStringContent string) types.GomegaMatcher
- func BeAnExistingFileWithEqualContent(equallySourceFilePath string) types.GomegaMatcher
- type BeAnExistingFileAndEqualStringMatcher
- func (c *BeAnExistingFileAndEqualStringMatcher) FailureMessage(actual interface{}) (message string)
- func (c *BeAnExistingFileAndEqualStringMatcher) Match(actual interface{}) (success bool, err error)
- func (c *BeAnExistingFileAndEqualStringMatcher) NegatedFailureMessage(actual interface{}) (message string)
- type BeAnExistingFileWithEqualFileContentMatcher
- func (c *BeAnExistingFileWithEqualFileContentMatcher) FailureMessage(actual interface{}) (message string)
- func (c *BeAnExistingFileWithEqualFileContentMatcher) Match(actual interface{}) (success bool, err error)
- func (c *BeAnExistingFileWithEqualFileContentMatcher) NegatedFailureMessage(actual interface{}) (message string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeAnExistingFileAndEqualString ¶
func BeAnExistingFileAndEqualString(expectedStringContent string) types.GomegaMatcher
func BeAnExistingFileWithEqualContent ¶
func BeAnExistingFileWithEqualContent(equallySourceFilePath string) types.GomegaMatcher
Types ¶
type BeAnExistingFileAndEqualStringMatcher ¶
type BeAnExistingFileAndEqualStringMatcher struct {
ExpectedStringContent string
// contains filtered or unexported fields
}
func (*BeAnExistingFileAndEqualStringMatcher) FailureMessage ¶
func (c *BeAnExistingFileAndEqualStringMatcher) FailureMessage(actual interface{}) (message string)
func (*BeAnExistingFileAndEqualStringMatcher) Match ¶
func (c *BeAnExistingFileAndEqualStringMatcher) Match(actual interface{}) (success bool, err error)
func (*BeAnExistingFileAndEqualStringMatcher) NegatedFailureMessage ¶
func (c *BeAnExistingFileAndEqualStringMatcher) NegatedFailureMessage(actual interface{}) (message string)
type BeAnExistingFileWithEqualFileContentMatcher ¶
type BeAnExistingFileWithEqualFileContentMatcher struct {
EquallySourceFilePath string
// contains filtered or unexported fields
}
func (*BeAnExistingFileWithEqualFileContentMatcher) FailureMessage ¶
func (c *BeAnExistingFileWithEqualFileContentMatcher) FailureMessage(actual interface{}) (message string)
func (*BeAnExistingFileWithEqualFileContentMatcher) Match ¶
func (c *BeAnExistingFileWithEqualFileContentMatcher) Match(actual interface{}) (success bool, err error)
func (*BeAnExistingFileWithEqualFileContentMatcher) NegatedFailureMessage ¶
func (c *BeAnExistingFileWithEqualFileContentMatcher) NegatedFailureMessage(actual interface{}) (message string)
Click to show internal directories.
Click to hide internal directories.