Home
last modified time | relevance | path

Searched refs:AssertIntEquals (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Dsystemserver_classpath_fragment_test.go38 android.AssertIntEquals(t, "expect 1 variant", 1, len(variants))
72 android.AssertIntEquals(t, "AndroidMkEntries count", 1, len(entries))
Dplatform_bootclasspath_test.go164 android.AssertIntEquals(t, "expect 1 variant", 1, len(variants))
198 android.AssertIntEquals(t, "AndroidMkEntries count", 2, len(entries))
Dtesting.go419 android.AssertIntEquals(t, message+": output len", 1, len(allOutputs))
/build/soong/dexpreopt/
Dclass_loader_context_test.go167 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/
Dtest_asserts.go46 func AssertIntEquals(t *testing.T, message string, expected int, actual int) { func