Documentation
¶
Index ¶
- func LogLevel(level string) (apilogging.Level, error)
- func LogLevelString(level apilogging.Level) string
- func VerifyEmpty(t *testing.T, in interface{}, msgAndArgs ...interface{})
- func VerifyFalse(t *testing.T, input bool, msgAndArgs ...interface{})
- func VerifyNotEmpty(t *testing.T, in interface{}, msgAndArgs ...interface{})
- func VerifyTrue(t *testing.T, input bool, msgAndArgs ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogLevel ¶
func LogLevel(level string) (apilogging.Level, error)
LogLevel returns the log level from a string representation.
func LogLevelString ¶
func LogLevelString(level apilogging.Level) string
LogLevelString returns String repressentation of given log level
func VerifyEmpty ¶
VerifyEmpty Verifies if input is empty, fails test if not empty
func VerifyFalse ¶
VerifyFalse verifies if boolean input is false, if true then fails test
func VerifyNotEmpty ¶
VerifyNotEmpty Verifies if input is not empty, fails test if empty
func VerifyTrue ¶
VerifyTrue verifies if boolean input is true, if false then fails test
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.