Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToGoType ¶
Types ¶
type JSONReporter ¶
type JSONReporter struct {
// contains filtered or unexported fields
}
func NewJSONReporter ¶
func NewJSONReporter(w io.Writer) *JSONReporter
func (*JSONReporter) Error ¶
func (r *JSONReporter) Error(msg string, args ...any)
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) GenerateSpec ¶
type TestReporter ¶
type TestReporter struct {
// contains filtered or unexported fields
}
func NewTestReporter ¶
func NewTestReporter(t *testing.T) *TestReporter
func (*TestReporter) Error ¶
func (r *TestReporter) Error(msg string, args ...any)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.