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