OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestCharSink
(Results
1 - 4
of
4
) sorted by null
/external/guava/guava-tests/test/com/google/common/io/
CharSinkTest.java
40
private
TestCharSink
sink;
44
sink = new
TestCharSink
();
96
TestCharSink
okSink = new
TestCharSink
();
110
TestCharSink
failSink = new
TestCharSink
(WRITE_THROWS);
120
TestCharSink
okSink = new
TestCharSink
();
TestCharSink.java
31
public class
TestCharSink
extends CharSink implements TestStreamSupplier {
35
public
TestCharSink
(TestOption... options) {
CharSourceTest.java
95
TestCharSink
sink = new
TestCharSink
();
174
okSource.copyTo(new
TestCharSink
(option));
188
failSource.copyTo(new
TestCharSink
());
244
static final CharSink BROKEN_WRITE_SINK = new
TestCharSink
(WRITE_THROWS);
245
static final CharSink BROKEN_CLOSE_SINK = new
TestCharSink
(CLOSE_THROWS);
246
static final CharSink BROKEN_OPEN_SINK = new
TestCharSink
(OPEN_THROWS);
CharSourceTester.java
117
TestCharSink
sink = new
TestCharSink
();
Completed in 75 milliseconds