Searched refs:ExceptionTestCase (Results 1 - 1 of 1) sorted by relevance

/external/junit/src/junit/extensions/
H A DExceptionTestCase.java18 * To use ExceptionTestCase, create a TestCase like:
20 * new ExceptionTestCase("testShouldThrow", SpecialException.class);
23 public class ExceptionTestCase extends TestCase { class in inherits:TestCase
26 public ExceptionTestCase(String name, Class exception) { method in class:ExceptionTestCase

Completed in 59 milliseconds