Searched defs:stringToInputStream (Results 1 – 2 of 2) sorted by relevance
204 private static InputStream stringToInputStream(String contents) throws IOException { in stringToInputStream() method in OpenCensusTraceLoggingEnhancerTest
90 public static InputStream stringToInputStream(String text) { in stringToInputStream() method in TestUtils