- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testReadStringAscii (0.63 sec)
-
src/test/java/jcifs/internal/smb1/net/NetShareEnumResponseTest.java
assertTrue(result.contains("totalAvailableEntries=5")); assertTrue(result.endsWith("]")); } @Test @DisplayName("Test readString with ASCII encoding") void testReadStringAscii() throws Exception { String testString = "TestString"; byte[] buffer = new byte[128]; byte[] stringBytes = testString.getBytes(StandardCharsets.US_ASCII);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/NetServerEnum2ResponseTest.java
assertTrue(result.contains("lastName=LASTSERVER")); assertTrue(result.endsWith("]")); } @Test @DisplayName("Test readString with ASCII encoding") void testReadStringAscii() throws Exception { String testString = "TestString"; byte[] buffer = new byte[128]; byte[] stringBytes = testString.getBytes(StandardCharsets.US_ASCII);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 25.4K bytes - Viewed (0)