Searched refs:caught (Results 1 – 3 of 3) sorted by relevance
217 boolean caught = false; in testSubMap()225 caught = true; in testSubMap()227 assertTrue(caught); in testSubMap()303 boolean caught = false; in checkSubMap()307 caught = true; in checkSubMap()309 caught = false; in checkSubMap()313 caught = true; in checkSubMap()315 assertTrue(caught); in checkSubMap()
59 boolean caught = false; field in URLTest212 caught = false; in test_ConstructorLjava_lang_String()217 caught = true; in test_ConstructorLjava_lang_String()219 assertTrue("Should have throw MalformedURLException", caught); in test_ConstructorLjava_lang_String()225 caught = true; in test_ConstructorLjava_lang_String()227 assertTrue("3 Failed to throw MalformedURLException", caught); in test_ConstructorLjava_lang_String()229 caught = false; in test_ConstructorLjava_lang_String()234 caught = true; in test_ConstructorLjava_lang_String()236 assertTrue("4 Failed to throw MalformedURLException", caught); in test_ConstructorLjava_lang_String()238 caught = false; in test_ConstructorLjava_lang_String()
565 boolean caught = false; field in OldURLTest