github.com/alexissmirnov/terraform@v0.4.3-0.20150423153700-1ef9731a2f14/command/hook_count_test.go (about)

     1  package command
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/hashicorp/terraform/terraform"
     7  )
     8  
     9  func TestCountHook_impl(t *testing.T) {
    10  	var _ terraform.Hook = new(CountHook)
    11  }