package
Version:
v0.0.0-...-d9433bb
Opens a new window with list of versions in this module.
Published: Jan 25, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Suite interface {
Run(name string, subtest func()) bool
}
type TestCase struct {
Name string
PreRequisites func()
Assert func()
SubTests []TestCase
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.