Home
last modified time | relevance | path

Searched refs:testMethod (Results 1 - 12 of 12) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-fs-readdir-types.js113 for (const testMethod of typeMethods) {
114 assert.strictEqual(dirent[testMethod](), testMethod === method);
H A Dtest-whatwg-url-properties.js11 testMethod(URL.prototype, name);
65 testMethod(URLSearchParams.prototype, name, methodName);
95 function testMethod(target, name, methodName = stringifyName(name)) { function
/third_party/icu/icu4j/perf-tests/
H A Dperftests.pl81 my $testMethod = $methodPair->[0];
92 my $t = measure2($testclass, $testMethod, $pat, -$DURATION);
126 my $testMethod = $methodPair->[0];
136 my $t = measure2($testclass, $testMethod, $pat, -$DURATION);
H A Ddateformatperf.pl95 my $testMethod = $methodPair->[0];
99 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
102 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>";
114 print "\n$testMethod [@$pat]\n";
115 my $t = measure2($testMethod, $pat, -$DURATION);
H A Dnormperf.pl144 my $testMethod = $methodPair->[0];
148 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
151 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>";
163 print "\n$testMethod [@$pat]\n";
164 my $t = measure2($testMethod, $pat, -$DURATION);
H A Ddecimalformatperf.pl91 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>";
109 print "\n$testMethod [@$pat]\n";
110 my $t = measure2($testMethod, $pat, -$DURATION);
H A Dconverterperf.pl110 my $testMethod = $methodPair->[0];
114 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
117 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>";
129 print "\n$testMethod [@$pat]\n";
130 my $t = measure2($testMethod, $pat, -$DURATION);
H A Ducharacterperf.pl92 my $testMethod = $methodPair->[0];
96 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
99 print HTML "<TR><TD>Pattern</TD><TD>$testMethod</TD>";
111 print "\n$testMethod $pat\n";
112 my $t = measure2($testMethod, $pat, -$DURATION);
H A Dunicodesetperf.pl82 my $testMethod = $methodPair->[0];
86 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n";
89 print HTML "<TR><TD>Pattern</TD><TD>$testMethod</TD>";
101 print "\n$testMethod $pat\n";
102 my $t = measure2($testMethod, $pat, -$DURATION);
/third_party/python/Lib/unittest/
H A Dcase.py402 testMethod = getattr(self, methodName)
410 self._testMethodDoc = testMethod.__doc__
516 return "<%s testMethod=%s>" % \
601 testMethod = getattr(self, self._testMethodName)
603 getattr(testMethod, "__unittest_skip__", False)):
606 or getattr(testMethod, '__unittest_skip_why__', ''))
612 getattr(testMethod, "__unittest_expecting_failure__", False)
623 self._callTestMethod(testMethod)
682 testMethod = getattr(self, self._testMethodName)
684 getattr(testMethod, "__unittest_skip_
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_assertions.py203 testMethod = getMethod(i)
211 testMethod(*args, **kwargs)
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 8 milliseconds