- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for doEnum (0.03 sec)
-
src/test/java/jcifs/dcerpc/msrpc/MsrpcQueryInformationPolicyTest.java
short level = 1; queryPolicy = new MsrpcQueryInformationPolicy(mockPolicyHandle, level, mockNdrObject); // Act int opnum = queryPolicy.getOpnum(); // Assert assertEquals(0x07, opnum); // Expected opnum for LsarQueryInformationPolicy } @Test void multipleInstances_shouldBeIndependent() { // Arrange short level1 = 1;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.6K bytes - Viewed (0) -
LICENSES/third_party/forked/gonum/graph/LICENSE
Copyright ©2013 The gonum Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Jul 08 11:48:19 UTC 2021 - 1.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessRpcMessage.java
protected int returnCode = ERROR_SUCCESS; private int opnum; /** * Creates a new witness RPC message with the specified operation number. * * @param opnum the operation number for this message */ protected WitnessRpcMessage(int opnum) { ptype = 0; // REQUEST flags = DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG; this.opnum = opnum; } @Override public int getOpnum() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 5.5K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/MsrpcSamrConnect2Test.java
} @Test @DisplayName("Should have correct opnum from parent class") void shouldHaveCorrectOpnum() { // When MsrpcSamrConnect2 msrpcSamrConnect2 = new MsrpcSamrConnect2(testServer, testAccess, mockPolicyHandle); // Then assertEquals(0x39, msrpcSamrConnect2.getOpnum(), "Should have opnum 0x39 from parent class"); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.4K bytes - Viewed (0)