Searched defs:caught (Results 1 - 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DURLTest.java59 boolean caught = false; field in class:URLTest
212 caught = false;
217 caught = true;
219 assertTrue("Should have throw MalformedURLException", caught);
225 caught = true;
227 assertTrue("3 Failed to throw MalformedURLException", caught);
229 caught = false;
234 caught = true;
236 assertTrue("4 Failed to throw MalformedURLException", caught);
238 caught
[all...]
/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLTest.java565 boolean caught = false; field in class:OldURLTest

Completed in 259 milliseconds