Documentation
¶
Overview ¶
Package nunit implements NUnit 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 NUnitContentMatcher ¶
type NUnitContentMatcher struct{}
NUnitContentMatcher matches NUnit specific patterns.
func (*NUnitContentMatcher) Match ¶
func (m *NUnitContentMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
type NUnitFileMatcher ¶
type NUnitFileMatcher struct{}
NUnitFileMatcher matches *Test.cs, *Tests.cs, Test*.cs, *Spec.cs, *Specs.cs files.
func (*NUnitFileMatcher) Match ¶
func (m *NUnitFileMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
Click to show internal directories.
Click to hide internal directories.