github.com/jefferai/terraform@v0.3.7-0.20150310153852-f7512ca29fcf/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  }