github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/agent/proxyprocess/noop_test.go (about)

     1  package proxyprocess
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestNoop_impl(t *testing.T) {
     8  	var _ Proxy = new(Noop)
     9  }