- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getRank (0.03 sec)
-
src/test/java/jcifs/DfsReferralDataTest.java
void testGetLink() { // Given String link = "/test/link"; when(mockReferralData.getLink()).thenReturn(link); // When String result = mockReferralData.getLink(); // Then assertEquals(link, result); verify(mockReferralData).getLink(); }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.1K bytes - Viewed (0) -
src/main/java/jcifs/DfsReferralData.java
*/ DfsReferralData next(); /** * Get the complete UNC path link for this referral * * @return the link */ String getLink();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.5K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/transfer/Slf4jMavenTransferListener.java
Duration duration = Duration.between(Instant.ofEpochMilli(resource.getTransferStartTime()), MonotonicClock.now()); if ((duration.getSeconds() | duration.getNano()) > 0) { // duration.isPositive() long bytesPerSecond = Math.round(contentLength / (double) duration.toSeconds()); message.append(" at "); format.format(message, bytesPerSecond);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Dec 12 11:02:17 UTC 2024 - 4K bytes - Viewed (0)