Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testNothing (0.08 sec)

  1. android/guava-testlib/test/com/google/common/collect/testing/MyTester.java

     * soon won't be.
     */
    @SuppressWarnings("JUnit4ClassUsedInJUnit3")
    @Ignore
    public final class MyTester extends AbstractTester<@Nullable Void> {
      static int timesTestClassWasRun = 0;
    
      public void testNothing() {
        timesTestClassWasRun++;
      }
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Apr 17 14:48:57 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top