Home
last modified time | relevance | path

Searched defs:testSkip (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DCountingInputStreamTest.java52 public void testSkip() throws IOException { in testSkip() method in CountingInputStreamTest
DMultiInputStreamTest.java95 public void testSkip() throws Exception { in testSkip() method in MultiInputStreamTest
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DRandomAccessFileInputStreamTest.java154 public void testSkip() throws IOException { in testSkip() method in RandomAccessFileInputStreamTest
/external/python/cpython2/Lib/unittest/test/
Dtest_result.py324 def testSkip(self): member in Test_OldTestResult.testOldTestResult.Test