package
0.0.0-20241214051536-eec91a7310b3
Repository: https://github.com/kirilngusi/go-reverse-proxy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AddCleanupAction installs a function that will be called in the event of the whole test being terminated.
ExpectConsistOf expects actual contains precisely the extra elements.
No description provided by the author
No description provided by the author
ExpectEmpty expects actual is empty.
ExpectEqual expects the specified two are the same, otherwise an exception raises.
ExpectEqualValues expects the specified two are the same, it not strict about type.
No description provided by the author
ExpectError expects an error happens, otherwise an exception raises.
No description provided by the author
ExpectHaveKey expects the actual map has the key in the keyset.
ExpectNoError checks if "err" is set, and if so, fails assertion while logging the error.
ExpectNoErrorWithOffset checks if "err" is set, and if so, fails assertion while logging the error at "offset" levels above its caller (for example, for call chain f -> g -> ExpectNoErrorWithOffset(1, ...) error would be logged for "f").
No description provided by the author
ExpectNotEqual expects the specified two are not the same, otherwise an exception raises.
No description provided by the author
No description provided by the author
No description provided by the author
Failf logs the fail info, including a stack trace starts with its direct caller (for example, for call chain f -> g -> Failf("foo", ...) error would be logged for "g").
Logf logs the info.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewRequest return a default request with default timeout and content.
No description provided by the author
RegisterCommonFlags registers flags common to all e2e test suites.
RemoveCleanupAction removes a function that was installed by AddCleanupAction.
RunCleanupActions runs all functions installed by AddCleanupAction.
No description provided by the author
No description provided by the author

# Constants

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

# Variables

Fail is an alias for ginkgo.Fail.
RunID is a unique identifier of the e2e run.
No description provided by the author

# Structs

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

# Type aliases

No description provided by the author