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 JUnit5FileMatcher ¶
type JUnit5FileMatcher struct{}
JUnit5FileMatcher matches *Test.java and Test*.java files.
func (*JUnit5FileMatcher) Match ¶
func (m *JUnit5FileMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
Click to show internal directories.
Click to hide internal directories.