Documentation
¶
Overview ¶
Package xunit implements xUnit test framework support for C# test files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefinition ¶
func NewDefinition() *framework.Definition
Types ¶
type XUnitContentMatcher ¶
type XUnitContentMatcher struct{}
XUnitContentMatcher matches xUnit specific patterns.
func (*XUnitContentMatcher) Match ¶
func (m *XUnitContentMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
type XUnitFileMatcher ¶
type XUnitFileMatcher struct{}
XUnitFileMatcher matches *Test.cs, *Tests.cs, Test*.cs, *Spec.cs, *Specs.cs files.
func (*XUnitFileMatcher) Match ¶
func (m *XUnitFileMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
Click to show internal directories.
Click to hide internal directories.