- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for shouldHandleMultipleInvocations (0.12 sec)
-
src/test/java/jcifs/internal/AllocInfoTest.java
assertEquals(expectedFree, actualFree); verify(mockAllocInfo, times(1)).getFree(); } @Test @DisplayName("Should handle multiple invocations") void shouldHandleMultipleInvocations() { // Given when(mockAllocInfo.getCapacity()).thenReturn(1000L, 2000L, 3000L); when(mockAllocInfo.getFree()).thenReturn(500L, 1000L, 1500L); // When & Then
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.8K bytes - Viewed (0)