Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestLogger ¶
type TestLogger struct{}
TestLogger implements terratest's TestLogger interface so that we can pass it to terratest objects to have consistent logging across all tests.
func (TestLogger) Logf ¶
func (tl TestLogger) Logf(t terratestTesting.TestingT, format string, args ...interface{})
Logf takes a format string and args and calls Logf function.
Click to show internal directories.
Click to hide internal directories.