Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StrykerNet ¶
type StrykerNet struct {
// contains filtered or unexported fields
}
func NewStrykerNet ¶
func NewStrykerNet() *StrykerNet
func (*StrykerNet) LoadResults ¶
func (s *StrykerNet) LoadResults() error
func (*StrykerNet) Meta ¶
func (s *StrykerNet) Meta() *fwlib.Meta
func (*StrykerNet) Mutations ¶
func (s *StrykerNet) Mutations() mutations.Mutations
func (*StrykerNet) TransformResults ¶
func (s *StrykerNet) TransformResults() error
func (*StrykerNet) Yaml ¶
func (s *StrykerNet) Yaml() fwlib.FWConfig
type YamlConfig ¶
type YamlConfig struct {
MTEJson string `yaml:"mte-json"`
}
type YamlWrapper ¶
type YamlWrapper struct {
Cfg *YamlConfig `yaml:"stryker-net"`
}
func (*YamlWrapper) Init ¶
func (y *YamlWrapper) Init() interface{}
Click to show internal directories.
Click to hide internal directories.