- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for lookupMessage (0.05 seconds)
-
src/test/java/jcifs/smb/WinErrorTest.java
import org.mockito.junit.jupiter.MockitoExtension; @ExtendWith(MockitoExtension.class) class WinErrorTest { // Helper to lookup a message by code using the production arrays private static Optional<String> lookupMessage(int code) { int[] codes = WinError.WINERR_CODES; String[] msgs = WinError.WINERR_MESSAGES; for (int i = 0; i < codes.length; i++) { if (codes[i] == code) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 8.4K bytes - Click Count (0)