Documentation
¶
Overview ¶
Package testng implements TestNG test framework support for Java test files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefinition ¶
func NewDefinition() *framework.Definition
NewDefinition creates a TestNG framework definition.
Types ¶
type TestNGContentMatcher ¶
type TestNGContentMatcher struct{}
TestNGContentMatcher matches TestNG specific patterns.
func (*TestNGContentMatcher) Match ¶
func (m *TestNGContentMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
type TestNGFileMatcher ¶
type TestNGFileMatcher struct{}
TestNGFileMatcher matches *Test.java and Test*.java files.
func (*TestNGFileMatcher) Match ¶
func (m *TestNGFileMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
Click to show internal directories.
Click to hide internal directories.