package
module
Version:
v0.0.0-...-779b0a9
Opens a new window with list of versions in this module.
Published: Aug 8, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
func Diff(t *testing.T, v1 interface{}, v2 interface{})
Diff 比较任意两个变量的内容是否相同
func DiffArray(t *testing.T, v1 []interface{}, v2 []interface{})
DiffArray 比较两个数组的内容是否相同,顺序也必须相同
DiffMapArray 比较两个 map 数组的内容是否相同,顺序也必须相同
Source Files
¶
Click to show internal directories.
Click to hide internal directories.