Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for beforehand (2.63 sec)

  1. src/test/java/jcifs/smb/SmbFileHandleImplTest.java

            when(cfg.isTraceResourceUsage()).thenReturn(false);
            stubValidTree(3L, true, true);
            SmbFileHandleImpl h = new SmbFileHandleImpl(cfg, 9, tree, "//x", 0, 0, 0, 0, 0L);
    
            // Make invalid beforehand
            when(tree.isConnected()).thenReturn(false);
            h.close();
    
            verify(tree, never()).send(isA(Smb2CloseRequest.class), any());
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/collect/TableCollectionTest.java

         * course of a call to {@code remove()}. Thus, the expectation doesn't hold that {@code
         * map.remove(x)} returns the same value which {@code map.get(x)} did immediately beforehand.
         */
        @Override
        public void testRemove() {
          Map<String, Map<Integer, Character>> map;
          try {
            map = makePopulatedMap();
          } catch (UnsupportedOperationException e) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 35.5K bytes
    - Viewed (0)
Back to top