Versions in this module Expand all Collapse all v1 v1.1.0 Apr 12, 2019 Changes in this version + 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{})