Documentation
¶
Overview ¶
Package junit5 implements JUnit 5 (Jupiter) 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
Types ¶
type JUnit5ContentMatcher ¶
type JUnit5ContentMatcher struct{}
JUnit5ContentMatcher matches JUnit 5 specific patterns.
func (*JUnit5ContentMatcher) Match ¶
func (m *JUnit5ContentMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
type JUnit5Parser ¶
type JUnit5Parser struct{}
JUnit5Parser extracts test definitions from Java JUnit 5 files.
type KotlinTestFileMatcher ¶ added in v1.5.0
type KotlinTestFileMatcher struct{}
KotlinTestFileMatcher matches Kotlin JUnit5 test file naming patterns.
func (*KotlinTestFileMatcher) Match ¶ added in v1.5.0
func (m *KotlinTestFileMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
Click to show internal directories.
Click to hide internal directories.