Documentation ¶ Index ¶ func Run(t *testing.T, mut mutator.Mutator, testFile string, expectedMutationCount int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(t *testing.T, mut mutator.Mutator, testFile string, expectedMutationCount int) Run tests a mutator. It mutates the given original file with the given mutator. Every mutation is then validated with the given changed file. The mutation overall count is validated with the given count. Types ¶ This section is empty. Source Files ¶ View all Source files mutator.go Click to show internal directories. Click to hide internal directories.