mirror of https://github.com/stretchr/testify.git
Update documentation
parent
e8910bb335
commit
fdf3f01101
|
@ -47,7 +47,9 @@ type AfterTest interface {
|
||||||
AfterTest(suiteName, testName string)
|
AfterTest(suiteName, testName string)
|
||||||
}
|
}
|
||||||
|
|
||||||
// WithStats is a suite which measures some stats for its tests.
|
// WithStats implements HandleStats, a function that will be executed
|
||||||
|
// when a test suite is finished. The stats contain information about
|
||||||
|
// the execution of that suite and its tests.
|
||||||
type WithStats interface {
|
type WithStats interface {
|
||||||
HandleStats(suiteName string, stats *SuiteInformation)
|
HandleStats(suiteName string, stats *SuiteInformation)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue