- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toString_containsClassAndMessage (0.64 sec)
-
src/test/java/jcifs/smb/SmbAuthExceptionTest.java
/** * Ensure toString includes the exception class name and message, providing a readable representation. */ @Test @DisplayName("toString contains class name and message") void toString_containsClassAndMessage() { // Arrange String msg = "login denied"; SmbAuthException ex = new SmbAuthException(msg); // Act String s = ex.toString(); // Assert
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.3K bytes - Viewed (0)