Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Shower // WithContext sets ctx of a progresser.Interface implementation WithContext(context.Context) // MaxTestsCount sets an upper bound before testing starts MaxTestsCount(uint32) // TotalTestsCount may be called many times during testing TotalTestsCount(uint32) // TotalCallsCount may be called many times during testing TotalCallsCount(uint32) // TotalChecksCount may be called many times during testing TotalChecksCount(uint32) // TestCallsCount may be called many times during testing TestCallsCount(uint32) // CallChecksCount may be called many times during testing CallChecksCount(uint32) // CheckFailed may be called many times during testing CheckFailed(string, []string) // CheckSkipped may be called many times during testing CheckSkipped(string, string) // CheckPassed may be called many times during testing CheckPassed(string, string) // ChecksPassed may be called many times during testing ChecksPassed() // Terminate cleans up after a progresser.Interface implementation instance Terminate() error }
Interface displays calls, resets and checks progression
Click to show internal directories.
Click to hide internal directories.