Home | History | Annotate | Download | only in test

Lines Matching full:framework

31 import junit.framework.TestSuite;
32 import junit.framework.TestListener;
33 import junit.framework.Test;
34 import junit.framework.TestResult;
74 mJUnitClass = Class.forName("junit.framework.TestCase", false, null);
128 public void addFailure(Test test, junit.framework.AssertionFailedError t) {
334 junit.framework.TestCase test = (junit.framework.TestCase) clazz.newInstance();
444 junit.textui.TestRunner.run((junit.framework.Test) testCase);
494 framework.TestCase test = (junit.framework.TestCase) clazz.newInstance();