package
1.28.0-130.0
Repository: https://github.com/temporalio/temporal.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewTestLogger creates a new TestLogger that logs to the provided testing.T.
SetLogLevel overrides the temporal test log level during this test.
WithLogTags adds tags to the logs emitted by the underlying logger.
No description provided by the author

# Constants

No description provided by the author
Panics, DPanics, and Fatal logs are considered errors.
FailOnAnyUnexpectedError mode will fail if any unexpected error is encountered, like an allowlist.
FailOnExpectedErrorOnly mode will only fail if an expected error is encountered, like a blocklist.
No description provided by the author
No description provided by the author

# Structs

Expectations represent errors we expect to happen in tests.
TestLogger is a log.Logger implementation that logs to the test's logger _but_ will fail the test if log levels _above_ Warn are present.

# Interfaces

CleanupCapable is an interface that allows a test to register cleanup functions.
This is a subset of the testing.T interface that we use in this package that is also shared with *rapid.T.

# Type aliases

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