MCPcopy
hub / github.com/hashicorp/packer / Fatal

Method Fatal

acctest/testing.go:77–77  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

75type TestT interface {
76 Error(args ...interface{})
77 Fatal(args ...interface{})
78 Skip(args ...interface{})
79}
80

Implementers 1

mockTacctest/testing_test.go

Calls

no outgoing calls