Searched refs:testOutputStream (Results 1 – 2 of 2) sorted by relevance
154 OutputStream testOutputStream = new OutputStream() { in verifyOpenOutputStream() local161 when(mHttpsURLConnection.getOutputStream()).thenReturn(testOutputStream); in verifyOpenOutputStream()163 assertEquals(testOutputStream, mHttpsServiceConnection.openOutputStream()); in verifyOpenOutputStream()
429 public void testOutputStream() throws Exception { in testOutputStream() method in Base64Test