示例#1
0
func TestTransforms(t *testing.T) {
	tests.CompareTables(t, transformEqualities)
}
示例#2
0
// TestEquality tests that the chained version and non-chained version of a transform
// have the same result, given the same input and options.
func TestEquality(t *testing.T) {
	tests.CompareTables(t, chainedEqualities)
}