Searched refs:AssertIntEquals (Results 1 – 5 of 5) sorted by relevance
/build/soong/java/ |
D | systemserver_classpath_fragment_test.go | 38 android.AssertIntEquals(t, "expect 1 variant", 1, len(variants)) 72 android.AssertIntEquals(t, "AndroidMkEntries count", 1, len(entries))
|
D | platform_bootclasspath_test.go | 164 android.AssertIntEquals(t, "expect 1 variant", 1, len(variants)) 198 android.AssertIntEquals(t, "AndroidMkEntries count", 2, len(entries))
|
D | testing.go | 419 android.AssertIntEquals(t, message+": output len", 1, len(allOutputs))
|
/build/soong/dexpreopt/ |
D | class_loader_context_test.go | 167 android.AssertIntEquals(t, "The size of the maps should be the same.", len(m), len(restored)) 172 android.AssertIntEquals(t, "The size of the elements should be the same.", len(a), len(b))
|
/build/soong/android/ |
D | test_asserts.go | 46 func AssertIntEquals(t *testing.T, message string, expected int, actual int) { func
|