コード例 #1
0
 public void testSneakyThrow() throws Exception {
   com.google.common.collect.AbstractIteratorTest testCase =
       new com.google.common.collect.AbstractIteratorTest();
   testCase.testSneakyThrow();
 }
コード例 #2
0
 public void testReentrantHasNext() throws Exception {
   com.google.common.collect.AbstractIteratorTest testCase =
       new com.google.common.collect.AbstractIteratorTest();
   testCase.testReentrantHasNext();
 }
コード例 #3
0
 public void testDefaultBehaviorOfPeekForEmptyIteration() throws Exception {
   com.google.common.collect.AbstractIteratorTest testCase =
       new com.google.common.collect.AbstractIteratorTest();
   testCase.testDefaultBehaviorOfPeekForEmptyIteration();
 }
コード例 #4
0
 public void testExceptionAfterEndOfData() throws Exception {
   com.google.common.collect.AbstractIteratorTest testCase =
       new com.google.common.collect.AbstractIteratorTest();
   testCase.testExceptionAfterEndOfData();
 }
コード例 #5
0
 public void testDefaultBehaviorOfNextAndHasNext() throws Exception {
   com.google.common.collect.AbstractIteratorTest testCase =
       new com.google.common.collect.AbstractIteratorTest();
   testCase.testDefaultBehaviorOfNextAndHasNext();
 }