Home | History | Annotate | Download | only in test

Lines Matching defs:Exception

41     protected void setUp() throws Exception {
49 public void testLoadNoTestCases() throws Exception {
59 public void testSetTestSuiteWithOneTestCase() throws Exception {
69 public void testRunTest() throws Exception {
80 public void testRunTestWithAndroidTestCase() throws Exception {
96 public void testRunTestWithAndroidTestCaseInSuite() throws Exception {
112 public void testRunTestWithAndroidTestCaseInNestedSuite() throws Exception {
128 public void testRunTestWithNullListener() throws Exception {
139 public void testSetTestClassWithTestSuiteProvider() throws Exception {
151 public void testSetTestClassWithTestSuite() throws Exception {
161 public void testRunSingleTestMethod() throws Exception {
172 public void testSetTestClassInvalidClass() throws Exception {
175 fail("expected exception not thrown");
181 public void testRunSkipExecution() throws Exception {
226 public void testOneAndroid() throws Exception {
231 public void testOne() throws Exception {
236 public void testOne() throws Exception {
239 public void testTwo() throws Exception {
244 public void testPass() throws Exception {
247 public void testError() throws Exception {
248 throw new Exception();
251 public void testFail() throws Exception {