HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionTestCase (Results 1 - 7 of 7) sorted by null

  /dalvik/dx/src/junit/extensions/
ExceptionTestCase.java 18 * To use ExceptionTestCase, create a TestCase like:
20 * new ExceptionTestCase("testShouldThrow", SpecialException.class);
23 public class ExceptionTestCase extends TestCase {
26 public ExceptionTestCase(String name, Class exception) {
  /dalvik/libcore/junit/src/main/java/junit/extensions/
ExceptionTestCase.java 18 * To use ExceptionTestCase, create a TestCase like:
20 * new ExceptionTestCase("testShouldThrow", SpecialException.class);
23 public class ExceptionTestCase extends TestCase {
26 public ExceptionTestCase(String name, Class exception) {
  /external/junit/src/junit/extensions/
ExceptionTestCase.java 18 * To use ExceptionTestCase, create a TestCase like:
20 * new ExceptionTestCase("testShouldThrow", SpecialException.class);
23 public class ExceptionTestCase extends TestCase {
26 public ExceptionTestCase(String name, Class exception) {
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 57 milliseconds