Documentation ¶
Index ¶
- func CheckEqual(t *testing.T, expected interface{}, obtained interface{}, message string)
- func CompareMaps(t *testing.T, expected map[string]interface{}, obtained map[string]interface{}, ...)
- func CompareTypeArray(t *testing.T, arrA []interface{}, arrB []interface{}, message string)
- func CompareTypeMap(t *testing.T, mapA map[string]interface{}, mapB map[string]interface{}, ...)
- func RemoveKey(input map[string]interface{}, keys []string) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckEqual ¶
CheckEqual Compare two values of any type
func CompareMaps ¶
func CompareMaps(t *testing.T, expected map[string]interface{}, obtained map[string]interface{}, message string)
CompareMaps Compare content of two maps by converting it into json since api handles json data
func CompareTypeArray ¶
CompareTypeArray Compare type of elements in an array recursively
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.