github.com/mshitrit/go-mutesting@v0.0.0-20210528084812-ff81dcaedfea/mutator/branch/mutatecase_test.go (about)

     1  package branch
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/zimmski/go-mutesting/test"
     7  )
     8  
     9  func TestMutatorCase(t *testing.T) {
    10  	test.Mutator(
    11  		t,
    12  		MutatorCase,
    13  		"../../testdata/branch/mutatecase.go",
    14  		3,
    15  	)
    16  }