Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTestCaseDescription ¶
func GetTestCaseDescription(testCaseInfo TestCaseInfo) string
func PrintTestCaseInfo ¶
func PrintTestCaseInfo(testCaseInfo TestCaseInfo, description string)
Types ¶
type TestCase ¶
type TestCase[BLOB any] struct { // contains filtered or unexported fields }
func MakeTestCaseCallerSkip ¶
MakeTestCaseCallerSkip is for re-export wrappers that add call frames.
func (TestCase) GetStackFrame ¶
func (testCase TestCase) GetStackFrame() stack_frame.Frame
type TestCaseInfo ¶
type TestCaseInfo interface {
GetName() string
GetStackFrame() stack_frame.Frame
}
Source Files
¶
- test_case.go
Click to show internal directories.
Click to hide internal directories.