OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runFailureTest
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/io/
ByteSourceTest.java
337
runFailureTest
(in, newNormalByteSink());
340
runFailureTest
(in, BROKEN_CLOSE_SINK);
345
runFailureTest
(newNormalByteSource(), out);
348
runFailureTest
(BROKEN_CLOSE_SOURCE, out);
354
runFailureTest
(in, out);
395
private static void
runFailureTest
(ByteSource in, ByteSink out) {
CharSourceTest.java
261
runFailureTest
(in, newNormalCharSink());
264
runFailureTest
(in, BROKEN_CLOSE_SINK);
269
runFailureTest
(newNormalCharSource(), out);
272
runFailureTest
(BROKEN_CLOSE_SOURCE, out);
278
runFailureTest
(in, out);
319
private static void
runFailureTest
(CharSource in, CharSink out) {
Completed in 39 milliseconds