- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testNoop (0.05 sec)
-
android/guava-tests/test/com/google/common/collect/ImmutableBiMapTest.java
} assertThat(map).containsExactlyEntriesIn(expected).inOrder(); } /** No-op test so that the class has at least one method, making Maven's test runner happy. */ public void testNoop() {}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 21.2K bytes - Viewed (0) -
.github/workflows/build.yml
arch: ${{ matrix.api-level == '34' && 'x86_64' || 'x86' }} script: ./gradlew :android-test-app:connectedReleaseAndroidTest env: API_LEVEL: ${{ matrix.api-level }} testloom: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v5 - name: Configure JDK uses: actions/setup-java@v5 with:
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Aug 21 07:15:58 UTC 2025 - 18.1K bytes - Viewed (0)