- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for systemTime (0.07 seconds)
-
src/test/java/jcifs/smb1/dcerpc/msrpc/MsrpcSamrConnect2Test.java
@DisplayName("should accept various parameter combinations") void testConstructorSucceeds(String systemName, int accessMask) { // Arrange SamrPolicyHandle ph = createMockPolicyHandle(); // Act & Assert - constructor should not throw assertDoesNotThrow(() -> new MsrpcSamrConnect2(systemName, accessMask, ph)); } @TestCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 5.6K bytes - Click Count (0) -
src/main/java/org/codelibs/core/message/MessageFormatter.java
/** * Returns the resource bundle. * * @param systemName * System name * @return Resource bundle */ protected static ResourceBundle getResourceBundle(final String systemName) { if (!initialized) { initialize(); } return ResourceBundleUtil.getBundle(systemName + MESSAGES, LocaleUtil.getDefault()); } /**Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 5.4K bytes - Click Count (0)