Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MutatorSelectCaseRemove ¶
MutatorSelectCaseRemove removes one non-default case at a time from a select statement. Each mutation tests whether the program still behaves correctly when a particular channel event can never fire.
func MutatorSelectDefaultRemove ¶
MutatorSelectDefaultRemove removes the default clause from a select statement. This turns a non-blocking select into a blocking one, catching tests that verify the program does not stall when no channel is ready.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.