コード例 #1
0
ファイル: transforms_test.go プロジェクト: Clever/optimus
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)
}