Documentation ¶
Index ¶
- func AssertNoError(t *testing.T, err error, msgAndArgs ...interface{})
- func AssertNotNilAndEqualInt(t *testing.T, expected int, actual *int)
- func AssertNotNilAndEqualString(t *testing.T, expected string, actual *string)
- func AssertNotNilAndNotEmptyString(t *testing.T, str *string)
- func AssertOperation(t *testing.T, expectedState gqlschema.OperationState, ...)
- func AssertOperationInProgress(t *testing.T, expectedType gqlschema.OperationType, expectedRuntimeId string, ...)
- func AssertOperationSucceed(t *testing.T, expectedType gqlschema.OperationType, expectedRuntimeId string, ...)
- func RequireNoError(t *testing.T, err error, msgAndArgs ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertNoError ¶
Standard assert.NoError print only the top wrapper of error
func AssertNotNilAndEqualInt ¶
func AssertOperation ¶
func AssertOperation(t *testing.T, expectedState gqlschema.OperationState, expectedType gqlschema.OperationType, expectedRuntimeId string, operation gqlschema.OperationStatus)
func AssertOperationInProgress ¶
func AssertOperationInProgress(t *testing.T, expectedType gqlschema.OperationType, expectedRuntimeId string, operation gqlschema.OperationStatus)
func AssertOperationSucceed ¶
func AssertOperationSucceed(t *testing.T, expectedType gqlschema.OperationType, expectedRuntimeId string, operation gqlschema.OperationStatus)
func RequireNoError ¶
Standard require.NoError print only the top wrapper of error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.