Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for testException (0.48 sec)

  1. android/guava-tests/test/com/google/common/collect/AbstractIteratorTest.java

    import com.google.common.annotations.GwtCompatible;
    import com.google.common.annotations.GwtIncompatible;
    import com.google.common.annotations.J2ktIncompatible;
    import com.google.common.collect.TestExceptions.SomeCheckedException;
    import com.google.common.collect.TestExceptions.SomeUncheckedException;
    import com.google.common.testing.GcFinalization;
    import java.lang.ref.WeakReference;
    import java.util.Iterator;
    import java.util.NoSuchElementException;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  2. guava-testlib/src/com/google/common/collect/testing/testers/TestExceptions.java

     */
    
    package com.google.common.collect.testing.testers;
    
    import com.google.common.annotations.GwtCompatible;
    
    /** Exception classes for use in tests. */
    @GwtCompatible
    final class TestExceptions {
      static final class SomeError extends Error {}
    
      static final class SomeCheckedException extends Exception {}
    
      static final class SomeOtherCheckedException extends Exception {}
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  3. android/guava-testlib/src/com/google/common/collect/testing/testers/TestExceptions.java

     */
    
    package com.google.common.collect.testing.testers;
    
    import com.google.common.annotations.GwtCompatible;
    
    /** Exception classes for use in tests. */
    @GwtCompatible
    final class TestExceptions {
      static final class SomeError extends Error {}
    
      static final class SomeCheckedException extends Exception {}
    
      static final class SomeOtherCheckedException extends Exception {}
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/base/ThrowablesTest.java

    import com.google.common.base.TestExceptions.SomeChainingException;
    import com.google.common.base.TestExceptions.SomeCheckedException;
    import com.google.common.base.TestExceptions.SomeError;
    import com.google.common.base.TestExceptions.SomeOtherCheckedException;
    import com.google.common.base.TestExceptions.SomeUncheckedException;
    import com.google.common.base.TestExceptions.YetAnotherCheckedException;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/base/ReflectionFreeAssertThrows.java

    import com.google.common.annotations.J2ktIncompatible;
    import com.google.common.base.TestExceptions.SomeCheckedException;
    import com.google.common.base.TestExceptions.SomeError;
    import com.google.common.base.TestExceptions.SomeOtherCheckedException;
    import com.google.common.base.TestExceptions.SomeUncheckedException;
    import com.google.common.collect.ImmutableMap;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 6.7K bytes
    - Viewed (0)
  6. guava-testlib/src/com/google/common/collect/testing/testers/ReflectionFreeAssertThrows.java

    import com.google.common.collect.ImmutableMap;
    import com.google.common.collect.testing.testers.TestExceptions.SomeCheckedException;
    import com.google.common.collect.testing.testers.TestExceptions.SomeError;
    import com.google.common.collect.testing.testers.TestExceptions.SomeOtherCheckedException;
    import com.google.common.collect.testing.testers.TestExceptions.SomeUncheckedException;
    import com.google.errorprone.annotations.CanIgnoreReturnValue;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/base/ThrowablesTest.java

    import com.google.common.base.TestExceptions.SomeChainingException;
    import com.google.common.base.TestExceptions.SomeCheckedException;
    import com.google.common.base.TestExceptions.SomeError;
    import com.google.common.base.TestExceptions.SomeOtherCheckedException;
    import com.google.common.base.TestExceptions.SomeUncheckedException;
    import com.google.common.base.TestExceptions.YetAnotherCheckedException;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  8. android/guava-testlib/src/com/google/common/collect/testing/testers/ReflectionFreeAssertThrows.java

    import com.google.common.collect.ImmutableMap;
    import com.google.common.collect.testing.testers.TestExceptions.SomeCheckedException;
    import com.google.common.collect.testing.testers.TestExceptions.SomeError;
    import com.google.common.collect.testing.testers.TestExceptions.SomeOtherCheckedException;
    import com.google.common.collect.testing.testers.TestExceptions.SomeUncheckedException;
    import com.google.errorprone.annotations.CanIgnoreReturnValue;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/util/concurrent/ReflectionFreeAssertThrows.java

    import com.google.common.collect.ImmutableMap;
    import com.google.common.util.concurrent.TestExceptions.SomeCheckedException;
    import com.google.common.util.concurrent.TestExceptions.SomeError;
    import com.google.common.util.concurrent.TestExceptions.SomeOtherCheckedException;
    import com.google.common.util.concurrent.TestExceptions.SomeUncheckedException;
    import com.google.errorprone.annotations.CanIgnoreReturnValue;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 7K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/util/concurrent/CallablesTest.java

    import com.google.common.annotations.GwtIncompatible;
    import com.google.common.annotations.J2ktIncompatible;
    import com.google.common.base.Supplier;
    import com.google.common.base.Suppliers;
    import com.google.common.util.concurrent.TestExceptions.SomeCheckedException;
    import java.util.concurrent.Callable;
    import java.util.concurrent.ExecutionException;
    import junit.framework.TestCase;
    import org.jspecify.annotations.NullUnmarked;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top