github.com/bengesoff/terraform@v0.3.1-0.20141018223233-b25a53629922/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  }