package
0.9.0
Repository: https://github.com/datadog/datadog-agent.git
Documentation: pkg.go.dev

# Functions

AssertTrueBeforeTimeout regularly checks whether a condition is met.
Detab removes whitespace from the front of a string on every line.
NewTempFolder creates a new temporary folder.
RequireTrueBeforeTimeout is the same as AssertTrueBeforeTimeout, but it calls t.failNow() if the condition function times out.

# Structs

TempFolder is a temporary folder used for testing.