Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoMutesting ¶
type GoMutesting struct {
// contains filtered or unexported fields
}
func NewGoMutesting ¶
func NewGoMutesting() *GoMutesting
func (*GoMutesting) LoadResults ¶
func (g *GoMutesting) LoadResults() error
func (*GoMutesting) Meta ¶
func (g *GoMutesting) Meta() *fwlib.Meta
func (*GoMutesting) Mutations ¶
func (g *GoMutesting) Mutations() mutations.Mutations
func (*GoMutesting) TransformResults ¶
func (g *GoMutesting) TransformResults() error
func (*GoMutesting) Yaml ¶
func (g *GoMutesting) Yaml() fwlib.FWConfig
type Report ¶
type YamlConfig ¶
type YamlConfig struct {
JsonReport string `yaml:"json-report"`
}
type YamlWrapper ¶
type YamlWrapper struct {
Cfg *YamlConfig `yaml:"go-mutesting"`
}
func (*YamlWrapper) Init ¶
func (y *YamlWrapper) Init() interface{}
Click to show internal directories.
Click to hide internal directories.