Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/testing/support/src/android/support/test/internal/runner/junit3/
DJUnit38ClassRunner.java38 public void endTest(Test test) { in endTest()
43 public void startTest(Test test) { in startTest()
49 public void addError(Test test, Throwable t) { in addError()
54 private Description asDescription(Test test) { in asDescription()
65 private Class<? extends Test> getEffectiveClass(Test test) { in getEffectiveClass()
70 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
81 public JUnit38ClassRunner(Test test) { in JUnit38ClassRunner()
103 static Description makeDescription(Test test) { in makeDescription()
134 private static Annotation[] getAnnotations(TestCase test) { in getAnnotations()
160 Test test = suite.testAt(i); in filter() local
[all …]
DDelegatingTestResult.java39 public void addError(Test test, Throwable t) { in addError()
44 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
59 public void endTest(Test test) { in endTest()
89 public void runProtected(final Test test, Protectable p) { in runProtected()
99 public void startTest(Test test) { in startTest()
DDelegatingFilterableTestSuite.java43 Test test = suite.testAt(i); in filter() local
54 private static Description makeDescription(Test test) { in makeDescription()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java46 public static void dragQuarterScreenDown(ActivityInstrumentationTestCase test) { in dragQuarterScreenDown()
55 public static void dragQuarterScreenDown(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenDown()
76 public static void dragQuarterScreenUp(ActivityInstrumentationTestCase test) { in dragQuarterScreenUp()
85 public static void dragQuarterScreenUp(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenUp()
109 public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToBottom()
121 public static void scrollToBottom(InstrumentationTestCase test, Activity activity, in scrollToBottom()
144 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToTop()
156 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop()
177 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v) { in dragViewToBottom()
188 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom()
[all …]
DTestCaseUtil.java44 public static List<String> getTestCaseNames(Test test, boolean flatten) { in getTestCaseNames()
53 public static List<? extends Test> getTests(Test test, boolean flatten) { in getTests()
57 private static List<? extends Test> getTests(Test test, boolean flatten, in getTests()
123 public static String getTestName(Test test) { in getTestName()
146 Test test = (Test) enumeration.nextElement(); in getTestAtIndex() local
158 Test test = invokeSuiteMethodIfPossible(testClass, in createTestSuite() local
DTestPrinter.java88 private void failed(Test test, Throwable t) { in failed()
93 public void addError(Test test, Throwable t) { in addError()
97 public void addFailure(Test test, junit.framework.AssertionFailedError t) { in addFailure()
101 public void endTest(Test test) { in endTest()
109 public void startTest(Test test) { in startTest()
DAndroidTestRunner.java61 public void setTest(Test test) { in setTest()
65 private void setTest(Test test, Class<? extends Test> testClass) { in setTest()
195 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) { in setContextIfAndroidTestCase()
207 Test test, Instrumentation instrumentation) { in setInstrumentationIfInstrumentationTestCase()
214 Test test, PerformanceResultsWriter writer) { in setPerformanceWriterIfPerformanceCollectorTestCase()
251 public void testFailed(int status, Test test, Throwable t) { in testFailed()
/frameworks/support/tests/java/android/support/v4/provider/
DDocumentFileTest.java99 final DocumentTest test = new DocumentTest() { in testSimple() local
116 final DocumentTest test = new DocumentTest() { in testTraverse() local
148 final DocumentTest test = new DocumentTest() { in testReadAndWrite() local
179 final DocumentTest test = new DocumentTest() { in testMimes() local
204 final DocumentTest test = new DocumentTest() { in testCreate() local
248 final DocumentTest test = new DocumentTest() { in testDelete() local
278 final DocumentTest test = new DocumentTest() { in testRename() local
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DUnitTestSuiteBuilderTest.java73 public void addError(Test test, Throwable t) { in addError()
77 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
81 public void endTest(Test test) { in endTest()
84 public void startTest(Test test) { in startTest()
104 private String testName(Test test) { in testName()
DInstrumentationTestSuiteBuilderTest.java80 public void addError(Test test, Throwable t) { in addError()
84 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
88 public void endTest(Test test) { in endTest()
91 public void startTest(Test test) { in startTest()
111 private String testName(Test test) { in testName()
/frameworks/base/core/tests/coretests/src/android/util/
DKeyUtils.java45 public static void tapMenuKey(ActivityInstrumentationTestCase test) { in tapMenuKey()
58 public static void chordMenuKey(ActivityInstrumentationTestCase test, char shortcutKey) { in chordMenuKey()
77 public static void longClick(ActivityInstrumentationTestCase test) { in longClick()
DTouchModeFlexibleAsserts.java36 public static void assertInTouchModeAfterClick(InstrumentationTestCase test, View viewToTouch) { in assertInTouchModeAfterClick()
48 public static void assertInTouchModeAfterTap(InstrumentationTestCase test, View viewToTouch) { in assertInTouchModeAfterTap()
60 …public static void assertNotInTouchModeAfterKey(InstrumentationTestCase test, int keyCode, View ch… in assertNotInTouchModeAfterKey()
/frameworks/base/test-runner/tests/src/android/test/
DTestCaseUtilTest.java47 Test test = TestCaseUtil.createTestSuite(OneTestTestCase.class); in testCreateTestForTestCase() local
52 Test test = TestCaseUtil.createTestSuite(TwoTestsInTestSuite.class); in testCreateTestForTestSuiteWithSuiteMethod() local
57 Test test = TestCaseUtil.createTestSuite(OneTestTestCaseWithSuite.class); in testCreateTestForTestCaseWithSuiteMethod() local
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
DR.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
DR$attr.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
DR$drawable.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
DR$menu.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
DR$style.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
DR$dimen.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
DR$id.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
DR$layout.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
DR$string.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
/frameworks/testing/support/src/android/support/test/internal/runner/junit4/
DAndroidJUnit4ClassRunner.java60 Object test = super.createTest(); in createTest() local
105 private void inject(Object test) { in inject()
123 private void setFieldValue(Object test, Field field, Object value) { in setFieldValue()
/frameworks/compile/mclinker/unittests/
DFragmentTest.cpp43 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() local
58 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() local
DSectionDataTest.cpp44 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() local
55 LDSection* test = LDSection::Create("test", LDFileFormat::Null, 0, 0); in TEST_F() local

123