Documentation ¶
Index ¶
- Constants
- func AssertErrorCodes(t *testing.T, err error, expectedErrorCodes []errors.ErrorCode)
- func AssertErrors(t *testing.T, err error, expectedErrors []error)
- func AssertFieldIsNil(t *testing.T, object interface{}, fieldName string)
- func AssertFieldNotNil(t *testing.T, object interface{}, fieldName string)
- func AssertFieldValue(t *testing.T, object interface{}, fieldName string, ...)
- func AssertFieldsNotNil(t *testing.T, object interface{})
- func IsSkipIntegrationTest() bool
- func SkipIntegrationTestIfNeed(T *testing.T)
Constants ¶
View Source
const DisableIntegrationTestEnvKey = "INTEGRATION_TEST_DISABLE"
Variables ¶
This section is empty.
Functions ¶
func AssertErrorCodes ¶
func AssertFieldIsNil ¶
func AssertFieldNotNil ¶
func AssertFieldValue ¶
func AssertFieldsNotNil ¶
func IsSkipIntegrationTest ¶
func IsSkipIntegrationTest() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.