Documentation
¶
Overview ¶
Package chaos provides utilities for chaos testing parsers with corrupt inputs.
Chaos testing intentionally corrupts valid inputs to verify parsers handle malformed data gracefully without panicking.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Corruptor ¶
type Corruptor struct {
// contains filtered or unexported fields
}
Corruptor defines methods for corrupting input data.
func NewCorruptor ¶
NewCorruptor creates a new Corruptor with the given seed.
Click to show internal directories.
Click to hide internal directories.