- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testSetInstanceMultipleTimes (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/smb1/util/LogStreamTest.java
instance.println("test message"); instance.flush(); String output = testOutput.toString(); assertTrue(output.contains("test message")); } @Test void testSetInstanceMultipleTimes() { // Test setting instance multiple times PrintStream stream1 = new PrintStream(new ByteArrayOutputStream()); PrintStream stream2 = new PrintStream(new ByteArrayOutputStream());
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 8.3K bytes - Click Count (0)