HomeSort by relevance Sort by last modified time
    Searched refs:testMethod (Results 26 - 32 of 32) sorted by null

12

  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestGrouping.java 70 public List<TestMethod> getTests() {
71 List<TestMethod> testMethods = new ArrayList<TestMethod>();
73 for (Method testMethod : getTestMethods(testCase)) {
74 testMethods.add(new TestMethod(testMethod, testCase));
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java 159 private Predicate<TestMethod> testsWhoseNameContains(final String string) {
160 return new Predicate<TestMethod>() {
161 public boolean apply(TestMethod testMethod) {
162 return testMethod.getName().contains(string);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateUnitTestTemplate.java 77 * @param testMethod the method under test.
79 public void runTestOnMethod(MediaPlayerMethodUnderTest testMethod) {
80 mMethodUnderTest = testMethod;
  /external/clang/test/Analysis/
inline.cpp 225 void testMethod() {
  /external/guava/guava-tests/test/com/google/common/testing/
NullPointerTesterTest.java 175 * methods using testMethod().
251 tester.testMethod(bar, method);
261 tester.testMethod(bar, method);
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1093 milliseconds

12