Searched refs:assertAtLeast (Results 1 – 2 of 2) sorted by relevance
33 import static com.android.cts.storageapp.Utils.assertAtLeast;135 assertAtLeast(expectedTotal, actualTotal); in testVerifySummary()139 assertAtLeast(expectedFree, actualFree); in testVerifySummary()
86 public static void assertAtLeast(long expected, long actual) { in assertAtLeast() method in Utils