Searched defs:TestCase (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DTestCase.java34 public interface TestCase extends Runnable interface in inherits:Runnable
/frameworks/base/legacy-test/src/junit/framework/
H A DTestCase.java10 * <li>implement a subclass of <code>TestCase</code></li>
19 * public class MathTest extends TestCase {
45 * TestCase test= new MathTest("add") {
58 * TestCase test= new MathTest("testAdd");
76 public abstract class TestCase extends Assert implements Test { class in inherits:Assert,Test
86 public TestCase() { method in class:TestCase
92 public TestCase(String name) { method in class:TestCase
152 assertNotNull("TestCase.fName cannot be null", fName); // Some VMs crash when calling getMethod(null,null);
199 * Gets the name of a TestCase
200 * @return the name of the TestCase
[all...]
/frameworks/rs/rsov/compiler/unit_tests/
H A DTestRunner.h28 struct TestCase { struct in namespace:rs2spirv
40 static void addTest(TestCase TC) { getInstance().tests.push_back(TC); }
60 std::vector<TestCase> tests;
66 TestAdder(TestCase TC) { TestRunnerContext::addTest(TC); }
/frameworks/minikin/tests/unittest/
H A DFontCollectionItemizeTest.cpp695 struct TestCase { struct
853 struct TestCase { struct
H A DFontFamilyTest.cpp167 struct TestCase { struct
572 struct TestCase { struct

Completed in 2597 milliseconds