Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testVerifyGetsCalled (0.28 sec)

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

        }
    
        @Override
        protected void verify(List<Integer> elements) {
          numCallsToVerify++;
          super.verify(elements);
        }
      }
    
      public void testVerifyGetsCalled() {
        TesterThatCountsCalls tester = new TesterThatCountsCalls();
    
        tester.test();
    
        assertEquals(
            "Should have verified once per stimulus executed",
            tester.numCallsToVerify,
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Aug 06 18:32:41 UTC 2025
    - 10.3K bytes
    - Viewed (0)
Back to top