Searched refs:stringToInputStream (Results 1 – 3 of 3) sorted by relevance
170 stringToInputStream( in overrideProjectIdWithLoggingProperty()189 stringToInputStream( in loggingPropertyTakesPrecedenceOverSystemProperty()204 private static InputStream stringToInputStream(String contents) throws IOException { in stringToInputStream() method in OpenCensusTraceLoggingEnhancerTest
149 InputStream stream = TestUtils.stringToInputStream(text); in fromStream()169 InputStream stream = TestUtils.stringToInputStream(invalidJson); in fromStream_invalidJson_doesNotThrow()
90 public static InputStream stringToInputStream(String text) { in stringToInputStream() method in TestUtils