- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for checkResult (0.04 sec)
-
android/guava-tests/test/com/google/common/base/JoinerTest.java
checkResult(skipNulls, iterable1, "1"); checkResult(skipNulls, iterable12, "1-2"); checkResult(skipNulls, iterable123, "1-2-3"); checkResult(J, UNDERREPORTING_SIZE_LIST, "1-2-3"); checkResult(J, OVERREPORTING_SIZE_LIST, "1-2-3"); checkResult(skipNulls, iterableNull1, "1"); checkResult(skipNulls, iterable1Null, "1"); checkResult(skipNulls, iterable1Null2, "1-2"); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 12.7K bytes - Viewed (0) -
cmd/os-readdir_test.go
sort.Strings(entries) // Add entries slice for this test directory. testResults = append(testResults, result{dir, entries}) return testResults } // checkResult - checks whether entries are got are same as expected entries. func checkResult(expected []string, got []string) bool { // If length of expected and got slice are different, the test actually failed. if len(expected) != len(got) { return false }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue May 27 15:19:03 UTC 2025 - 7.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/util/concurrent/WrappingExecutorServiceTest.java
TestExecutor testExecutor = new TestExecutor(mock); List<Future<String>> futures = testExecutor.invokeAll(tasks); mock.assertLastMethodCalled("invokeAll"); checkResults(futures); } { MockExecutor mock = new MockExecutor(); TimeUnit unit = SECONDS; long timeout = 5; TestExecutor testExecutor = new TestExecutor(mock);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 9.9K bytes - Viewed (0)