Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable (1.23 sec)

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

        assertSuppressed(
            new Suppression(c2, tryException, c2Exception),
            new Suppression(c1, tryException, c1Exception));
      }
    
      public void testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()
          throws IOException {
        Closer closer = new Closer(suppressor);
    
        IOException c1Exception = new IOException();
        IOException c2Exception = new IOException();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 11.8K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/CloserTest.java

        assertSuppressed(
            new Suppression(c2, tryException, c2Exception),
            new Suppression(c1, tryException, c1Exception));
      }
    
      public void testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()
          throws IOException {
        Closer closer = new Closer(suppressor);
    
        IOException c1Exception = new IOException();
        IOException c2Exception = new IOException();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 11.8K bytes
    - Viewed (0)
Back to top