matcher

package
v1.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FailureMatcher

type FailureMatcher interface {
	Match(string) bool
}

FailureMatcher is responsible for filtering out undesired Failures for reporting

type NoopMatcher

type NoopMatcher struct{}

func (*NoopMatcher) Match

func (c *NoopMatcher) Match(_ string) bool

type RegexMatcher

type RegexMatcher struct {
	Whitelist []*regexp.Regexp
	Blacklist []*regexp.Regexp
}

func (*RegexMatcher) Match

func (r *RegexMatcher) Match(name string) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL