package
1.3.0
Repository: https://github.com/azure/azure-sdk-for-go.git
Documentation: pkg.go.dev

# Functions

CaptureLogsForTest adds a logging listener which captures messages to an internal channel.
No description provided by the author
EnableStdoutLogging turns on logging to stdout for diagnostics.
No description provided by the author
NewContextWithTimeoutForTests creates a context with a lower timeout than requested just to keep unit test times reasonable.
RandomString generates a random string with prefix.
No description provided by the author
RequireContextHasDefaultTimeout checks that the context has a deadline set, and that it's using the right timeout.
No description provided by the author
No description provided by the author

# Variables

Cancelled matches context.Context instances that are cancelled.
CancelledAndHasTimeout matches context.Context instances that are cancelled AND were also created from NewContextForTest.
NotCancelled matches context.Context instances that are not cancelled.
NotCancelledAndHasTimeout matches context.Context instances that are not cancelled AND were also created from NewContextForTest.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author