- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for thenCallRealMethod (0.06 sec)
-
src/test/java/jcifs/dcerpc/DcerpcPipeHandleTest.java
lenient().when(handle.getTransportContext()).thenCallRealMethod(); lenient().when(handle.getServer()).thenCallRealMethod(); lenient().when(handle.getServerWithDfs()).thenCallRealMethod(); lenient().when(handle.getSessionKey()).thenCallRealMethod(); lenient().when(handle.getBinding()).thenReturn(mockDcerpcBinding);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21K bytes - Viewed (0) -
api/maven-api-core/src/test/java/org/apache/maven/api/SourceRootTest.java
when(project.getBuild()).thenReturn(build); when(project.getBasedir()).thenReturn(Path.of("myproject")); when(project.getOutputDirectory(any(ProjectScope.class))).thenCallRealMethod(); assertEquals(Path.of("myproject", "target", "classes"), targetPath(project)); scope = ProjectScope.TEST; assertEquals(Path.of("myproject", "target", "test-classes"), targetPath(project));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Oct 26 17:22:14 UTC 2025 - 2.9K bytes - Viewed (0)