OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestCharSource
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-tests/test/com/google/common/io/
TestCharSource.java
30
public class
TestCharSource
extends CharSource implements TestStreamSupplier {
34
public
TestCharSource
(String content, TestOption... options) {
CharSourceTest.java
60
private
TestCharSource
source;
64
source = new
TestCharSource
(STRING);
112
TestCharSource
lines = new
TestCharSource
(LINES);
118
TestCharSource
lines = new
TestCharSource
(LINES);
124
TestCharSource
lines = new
TestCharSource
(LINES);
144
TestCharSource
lines = new
TestCharSource
(LINES)
[
all
...]
CharSinkTest.java
95
TestCharSource
failSource = new
TestCharSource
(STRING, option);
112
new
TestCharSource
(STRING).copyTo(failSink);
Completed in 51 milliseconds