Documentation ¶
Index ¶
- type JUnitPlugin
- func (p *JUnitPlugin) Finished()
- func (p *JUnitPlugin) Name() string
- func (p *JUnitPlugin) Options() *sweet.PluginOptions
- func (p *JUnitPlugin) SetOption(name, value string)
- func (p *JUnitPlugin) Starting()
- func (p *JUnitPlugin) SuiteFinished(suite string, stats *sweet.SuiteFinishedStats)
- func (p *JUnitPlugin) SuiteStarting(suite string)
- func (p *JUnitPlugin) TestFailed(testName *sweet.TestName, stats *sweet.TestFailedStats)
- func (p *JUnitPlugin) TestPassed(testName *sweet.TestName, stats *sweet.TestPassedStats)
- func (p *JUnitPlugin) TestSkipped(testName *sweet.TestName, stats *sweet.TestSkippedStats)
- func (p *JUnitPlugin) TestStarting(testName *sweet.TestName)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JUnitPlugin ¶
type JUnitPlugin struct {
// contains filtered or unexported fields
}
func NewPlugin ¶
func NewPlugin() *JUnitPlugin
func (*JUnitPlugin) Finished ¶
func (p *JUnitPlugin) Finished()
func (*JUnitPlugin) Name ¶
func (p *JUnitPlugin) Name() string
func (*JUnitPlugin) Options ¶
func (p *JUnitPlugin) Options() *sweet.PluginOptions
func (*JUnitPlugin) SetOption ¶
func (p *JUnitPlugin) SetOption(name, value string)
func (*JUnitPlugin) Starting ¶
func (p *JUnitPlugin) Starting()
func (*JUnitPlugin) SuiteFinished ¶
func (p *JUnitPlugin) SuiteFinished(suite string, stats *sweet.SuiteFinishedStats)
func (*JUnitPlugin) SuiteStarting ¶
func (p *JUnitPlugin) SuiteStarting(suite string)
func (*JUnitPlugin) TestFailed ¶
func (p *JUnitPlugin) TestFailed(testName *sweet.TestName, stats *sweet.TestFailedStats)
func (*JUnitPlugin) TestPassed ¶
func (p *JUnitPlugin) TestPassed(testName *sweet.TestName, stats *sweet.TestPassedStats)
func (*JUnitPlugin) TestSkipped ¶
func (p *JUnitPlugin) TestSkipped(testName *sweet.TestName, stats *sweet.TestSkippedStats)
func (*JUnitPlugin) TestStarting ¶
func (p *JUnitPlugin) TestStarting(testName *sweet.TestName)
Click to show internal directories.
Click to hide internal directories.