Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AssertionFailureIgnored (0.1 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java

     *       tests.
     * </ul>
     */
    // We call threadUnexpectedException, which does the right thing for errors.
    @SuppressWarnings("AssertionFailureIgnored")
    abstract class JSR166TestCase extends TestCase {
      private static final boolean useSecurityManager = Boolean.getBoolean("jsr166.useSecurityManager");
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 17 02:42:09 UTC 2024
    - 37.9K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java

     *       tests.
     * </ul>
     */
    // We call threadUnexpectedException, which does the right thing for errors.
    @SuppressWarnings("AssertionFailureIgnored")
    abstract class JSR166TestCase extends TestCase {
      private static final boolean useSecurityManager = Boolean.getBoolean("jsr166.useSecurityManager");
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 17 02:42:09 UTC 2024
    - 37.9K bytes
    - Viewed (0)
Back to top