Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testExceptionThrown_whenCreatingCloseables (0.23 sec)

  1. guava-tests/test/com/google/common/io/CloserTest.java

          assertSame(exception, expected);
        }
    
        assertTrue(c1.isClosed());
        assertTrue(c2.isClosed());
    
        assertTrue(suppressor.suppressions.isEmpty());
      }
    
      public void testExceptionThrown_whenCreatingCloseables() throws IOException {
        Closer closer = new Closer(suppressor);
    
        TestCloseable c1 = null;
        TestCloseable c2 = null;
        TestCloseable c3 = null;
        try {
          try {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue May 07 15:26:58 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/CloserTest.java

          assertSame(exception, expected);
        }
    
        assertTrue(c1.isClosed());
        assertTrue(c2.isClosed());
    
        assertTrue(suppressor.suppressions.isEmpty());
      }
    
      public void testExceptionThrown_whenCreatingCloseables() throws IOException {
        Closer closer = new Closer(suppressor);
    
        TestCloseable c1 = null;
        TestCloseable c2 = null;
        TestCloseable c3 = null;
        try {
          try {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue May 07 15:26:58 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top