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

12 3 4 5

  /external/javassist/src/test/test/javassist/proxy/
ProxyFactoryCompatibilityTest.java 56 proxy1.testMethod();
63 proxy2.testMethod();
80 proxy3.testMethod();
86 proxy4.testMethod();
97 public void testMethod()
112 public void testMethod();
  /external/testng/src/test/java/test/annotationtransformer/
MyListenerTransformer.java 22 Constructor testConstructor, Method testMethod) {}
32 Method testMethod) {}
AnnotationTransformerInTestngXml.java 17 Constructor testConstructor, Method testMethod) {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
HasClassAnnotationTest.java 19 import android.test.suitebuilder.TestMethod;
41 TestMethod testMethod = new TestMethod(method, aClass);
42 return new HasClassAnnotation(expectedClassification).apply(testMethod);
HasMethodAnnotationTest.java 19 import android.test.suitebuilder.TestMethod;
43 TestMethod testMethod = new TestMethod(method, aClass);
44 return new HasMethodAnnotation(expectedClassification).apply(testMethod);
HasAnnotationTest.java 19 import android.test.suitebuilder.TestMethod;
47 TestMethod testMethod = new TestMethod(method, aClass);
48 return new HasAnnotation(Example.class).apply(testMethod);
  /external/testng/src/test/java/test/configuration/
ConfigurationWithParameters.java 19 public void testMethod(String param) {
  /external/testng/src/test/java/test/reports/
ReporterTest.java 15 public void testMethod() {
  /external/testng/src/main/java/org/testng/internal/
Invoker.java 727 void collectResults(ITestNGMethod testMethod, Collection<ITestResult> results) {
732 m_notifier.addPassedTest(testMethod, result);
735 m_notifier.addSkippedTest(testMethod, result);
738 m_notifier.addFailedTest(testMethod, result);
741 m_notifier.addFailedButWithinSuccessPercentageTest(testMethod, result);
    [all...]
IInvoker.java 39 * @param testMethod
46 public List<ITestResult> invokeTestMethods(ITestNGMethod testMethod,
ExpectedExceptionsHolder.java 84 public TestException noException(ITestNGMethod testMethod) {
88 return new TestException("Method " + testMethod + " should have thrown an exception of "
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
CustomRobolectricTestRunnerTest.java 21 static Method testMethod;
44 assertEquals("shouldInvokeBeforeTestWithTheCorrectMethod", testMethod.getName());
63 testMethod = method;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod003Debuggee.java 26 public static int testMethod(Object obj) throws Throwable {
  /external/testng/src/main/java/org/testng/
IAnnotationTransformer2.java 19 * testConstructor and testMethod will be non-null.
27 * @param testMethod If the annotation was found on a method,
31 Constructor testConstructor, Method testMethod);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
OnthowDebuggerLaunchDebuggee.java 65 testMethod();
68 void testMethod() {
69 logWriter.println("DEBUGGEE: testMethod invoked");
  /cts/tests/core/runner/src/com/android/cts/core/internal/runner/
TestLoader.java 182 for (Method testMethod : loadedClass.getMethods()) {
183 if (testMethod.isAnnotationPresent(org.junit.Test.class)) {
208 for (Method testMethod : loadedClass.getMethods()) {
209 if (isPublicTestMethod(testMethod)) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethod002Debuggee.java 29 public int testMethod(Object obj) throws Throwable {
38 // The instance used to invoke "TestClass.testMethod".
  /external/testng/src/test/java/test/tmp/
AnnotationTransformer.java 18 Constructor testConstructor, Method testMethod)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidJUnitLaunchInfo.java 126 * @param testMethod test method to run
128 public void setTestMethod(String testMethod) {
129 mTestMethod = testMethod;
  /external/testng/src/main/java/org/testng/internal/annotations/
JDK15AnnotationFinder.java 138 Constructor<?> testConstructor, Method testMethod) {
143 m_transformer.transform((ITestAnnotation) a, testClass, testConstructor, testMethod);
154 transformer2.transform(configuration,testClass, testConstructor, testMethod);
161 transformer2.transform((IDataProviderAnnotation) a, testMethod);
168 transformer2.transform((IFactoryAnnotation) a, testMethod);
210 Constructor<?> testConstructor, Method testMethod, Pair<Annotation, ?> p) {
219 transform(result, testClass, testConstructor, testMethod);
  /external/icu/icu4j/perf-tests/
converterperf.pl 104 my $testMethod = $methodPair->[0];
108 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
111 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>";
123 print "\n$testMethod [@$pat]\n";
124 my $t = measure2($testMethod, $pat, -$DURATION);
dateformatperf.pl 91 my $testMethod = $methodPair->[0];
95 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
98 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>";
110 print "\n$testMethod [@$pat]\n";
111 my $t = measure2($testMethod, $pat, -$DURATION);
decimalformatperf.pl 87 my $testMethod = $methodPair->[0];
91 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
94 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>";
105 print "\n$testMethod [@$pat]\n";
106 my $t = measure2($testMethod, $pat, -$DURATION);
normperf.pl 140 my $testMethod = $methodPair->[0];
144 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
147 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>";
159 print "\n$testMethod [@$pat]\n";
160 my $t = measure2($testMethod, $pat, -$DURATION);
ucharacterperf.pl 88 my $testMethod = $methodPair->[0];
92 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
95 print HTML "<TR><TD>Pattern</TD><TD>$testMethod</TD>";
107 print "\n$testMethod $pat\n";
108 my $t = measure2($testMethod, $pat, -$DURATION);

Completed in 451 milliseconds

12 3 4 5