Home
last modified time | relevance | path

Searched refs:testMethodName (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/java/jtiger/jtiger-2.1.0376/test-src/org/jtiger/report/xml/
H A DTestTestResultBeanImpl.java72 final String testMethodName = "testMethodName"; in accessors() local
84 bean.setTestMethodName(testMethodName); in accessors()
113 final String testMethodName = "testMethodName"; in serialization() local
125 bean.setTestMethodName(testMethodName); in serialization()
145 final String testMethodName = "testMethodName"; in testToString() local
157 bean.setTestMethodName(testMethodName); in testToString()
198 bean1.setTestMethodName(testMethodName); in equalsHashCode1()
227 bean1.setTestMethodName(testMethodName); in equalsHashCode1()
269 bean1.setTestMethodName(testMethodName); in equalsHashCode2()
298 bean1.setTestMethodName(testMethodName); in equalsHashCode2()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/serviceregistry/
H A DServiceTrackerTests.java31 final String testMethodName = getName(); in testServiceTracker01() local
40 props.put(testMethodName, Boolean.TRUE); in testServiceTracker01()
79 props.put(testMethodName, Boolean.FALSE); in testServiceTracker01()
95 props.put(testMethodName, Boolean.TRUE); in testServiceTracker01()
111 final String testMethodName = getName(); in testServiceTracker02() local
120 props.put(testMethodName, Boolean.FALSE); in testServiceTracker02()
151 props.put(testMethodName, Boolean.TRUE); in testServiceTracker02()
167 props.put(testMethodName, Boolean.FALSE); in testServiceTracker02()
191 final String testMethodName = getName(); in testServiceTracker03() local
200 props.put(testMethodName, Boolean.TRUE); in testServiceTracker03()
[all …]
H A DServiceExceptionTests.java29 final String testMethodName = "testServiceException01"; //$NON-NLS-1$ in testServiceException01() local
33 props.put("name", testMethodName); //$NON-NLS-1$ in testServiceException01()
40 …tContext().getServiceReferences(Runnable.class.getName(), "(name=" + testMethodName + ")"); //$NON… in testServiceException01()
67 final String testMethodName = "testServiceException02"; //$NON-NLS-1$ in testServiceException02() local
71 props.put("name", testMethodName); //$NON-NLS-1$ in testServiceException02()
105 final String testMethodName = "testServiceException03"; //$NON-NLS-1$ in testServiceException03() local
107 RuntimeException cause = new RuntimeException(testMethodName); in testServiceException03()
110 props.put("name", testMethodName); //$NON-NLS-1$ in testServiceException03()
144 final String testMethodName = "testServiceException04"; //$NON-NLS-1$ in testServiceException04() local
146 Error cause = new Error(testMethodName); in testServiceException04()
[all …]
H A DServiceRegistryTests.java38 final String testMethodName = getName(); in testServiceListener01() local
74 props.put(testMethodName, Boolean.TRUE); in testServiceListener01()
92 props.put(testMethodName, Boolean.FALSE); in testServiceListener01()
110 props.put(testMethodName, Boolean.TRUE); in testServiceListener01()
134 final String testMethodName = getName(); in testServiceListener02() local
170 props.put(testMethodName, Boolean.FALSE); in testServiceListener02()
188 props.put(testMethodName, Boolean.TRUE); in testServiceListener02()
230 final String testMethodName = getName(); in testServiceListener03() local
292 props.put(testMethodName, Boolean.TRUE); in testServiceListener03()
361 final String testMethodName = getName(); in testServiceOrdering01() local
[all …]
H A DServiceHookTests.java45 final String testMethodName = "testFindHook01"; //$NON-NLS-1$ in testFindHook01() local
56 props.put("name", testMethodName); //$NON-NLS-1$ in testFindHook01()
84 …assertEquals("wrong filter in hook", "(name=" + testMethodName + ")", filter); //$NON-NLS-1$ //$NO… in testFindHook01()
135 …assertEquals("wrong filter in hook", "(name=" + testMethodName + ")", filter); //$NON-NLS-1$ //$NO… in testFindHook01()
215 throw new RuntimeException(testMethodName); in testFindHook01()
348 final String testMethodName = "testEventHook01"; //$NON-NLS-1$ in testEventHook01() local
448 props.put("name", testMethodName); //$NON-NLS-1$ in testEventHook01()
529 final String testMethodName = "testListenerHook01"; //$NON-NLS-1$ in testListenerHook01() local
552 props.put("name", testMethodName); //$NON-NLS-1$ in testListenerHook01()
644 final String testMethodName = "testListenerHook02"; //$NON-NLS-1$ in testListenerHook02() local
[all …]
/dports/java/jtiger/jtiger-2.1.0376/src/org/jtiger/report/xml/
H A DTestResultBeanImpl.java37 private String testMethodName; field in TestResultBeanImpl
218 return testMethodName; in getTestMethodName()
226 public void setTestMethodName(final String testMethodName) in setTestMethodName() argument
228 this.testMethodName = testMethodName; in setTestMethodName()
324 sb.append(testMethodName); in toString()
368 … (testMethodName == null ? r.testMethodName == null : testMethodName.equals(r.testMethodName)) && in equals()
424 if(testMethodName != null) in hashCode()
426 result = result * oddPrime + testMethodName.hashCode(); in hashCode()
/dports/java/jtiger/jtiger-2.1.0376/src/org/jtiger/framework/
H A DTestResultFactory.java50 private final String testMethodName; field in TestResultFactory.TestResultImpl
81 final String testMethodName, in TestResultImpl() argument
94 this.testMethodName = testMethodName; in TestResultImpl()
138 return testMethodName; in getTestMethodName()
181 sb.append(testMethodName); in toString()
215 … (testMethodName == null ? r.testMethodName == null : testMethodName.equals(r.testMethodName)) && in equals()
262 if(testMethodName != null) in hashCode()
264 result = result * oddPrime + testMethodName.hashCode(); in hashCode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/
H A DCallHistory.java62 private void testMethodName(String methodName) { in testMethodName() method in CallHistory
78 testMethodName(methodName); in add()
104 testMethodName(testName); in verifyOrder()
134 testMethodName(methodName); in contains()
146 testMethodName(methodName); in contains()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cppunit/include/cppunit/extensions/
H A DTestNamer.h65 virtual std::string getTestNameFor( const std::string &testMethodName ) const;
68 std::string getTestNameFor( const std::string& testMethodName, const E& val) const in getTestNameFor() argument
70 …return getTestNameFor(testMethodName) + " with parameter: " + CPPUNIT_NS::StringHelper::toString(v… in getTestNameFor()
H A DTestSuiteBuilderContext.h63 std::string getTestNameFor( const std::string &testMethodName ) const;
75 std::string getTestNameFor( const std::string &testMethodName, const T& value ) const in getTestNameFor() argument
77 return m_namer.getTestNameFor(testMethodName, value); in getTestNameFor()
/dports/devel/cppunit/cppunit-1.14.0/include/cppunit/extensions/
H A DTestNamer.h65 virtual std::string getTestNameFor( const std::string &testMethodName ) const;
68 std::string getTestNameFor( const std::string& testMethodName, const E& val) const in getTestNameFor() argument
70 …return getTestNameFor(testMethodName) + " with parameter: " + CPPUNIT_NS::StringHelper::toString(v… in getTestNameFor()
H A DTestSuiteBuilderContext.h63 std::string getTestNameFor( const std::string &testMethodName ) const;
75 std::string getTestNameFor( const std::string &testMethodName, const T& value ) const in getTestNameFor() argument
77 return m_namer.getTestNameFor(testMethodName, value); in getTestNameFor()
/dports/x11-fonts/py-booleanOperations/booleanOperations-0.8.2/tests/
H A Dtest_BooleanGlyph.py74 testMethodName = "test_%s_%s" % (glyph.name, booleanMethod)
75 testMethod.__name__ = str(testMethodName)
76 setattr(BooleanTests, testMethodName, testMethod)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/
H A DTestViewer.java303 String testMethodName= testCaseElement.getTestMethodName(); in addRerunActions() local
307 testMethodName= testMethodName + "(" + paramTypesStr + ")"; //$NON-NLS-1$ //$NON-NLS-2$ in addRerunActions()
310 …on_label_rerun, fTestRunnerPart, testCaseElement.getId(), className, testMethodName, testCaseEleme… in addRerunActions()
312 …tion_label_run, fTestRunnerPart, testCaseElement.getId(), className, testMethodName, testCaseEleme… in addRerunActions()
313 …on_label_debug, fTestRunnerPart, testCaseElement.getId(), className, testMethodName, testCaseEleme… in addRerunActions()
319 String testMethodName= null; // test method name is null when re-running a regular test class in addRerunActions() local
330 testMethodName= testName.substring(0, index); in addRerunActions()
334 if (testMethodName != null && parameterTypes != null) { in addRerunActions()
336 testMethodName= testMethodName + "(" + paramTypesStr + ")"; //$NON-NLS-1$ //$NON-NLS-2$ in addRerunActions()
346 testMethodName= testName; in addRerunActions()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/src/org/eclipse/jdt/apt/pluggable/tests/processors/modeltester/
H A DModelTesterProc.java124 String testMethodName = modelTesterMirror.test(); in round() local
127 if (null != testMethodName && testMethodName.length() > 0) { in round()
129 Method testMethod = ModelTesterProc.class.getMethod(testMethodName, in round()
140 testMethodName + " - see console for details"; in round()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DStringSubstitutionsTest.java40 …public void testSubstitution(String testMethodName, Class<?> intrinsicClass, Class<?> holder, Stri… in testSubstitution() argument
42 ResolvedJavaMethod testMethod = getResolvedJavaMethod(testMethodName); in testSubstitution()
43 StructuredGraph graph = testGraph(testMethodName); in testSubstitution()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DStringSubstitutionsTest.java40 …public void testSubstitution(String testMethodName, Class<?> intrinsicClass, Class<?> holder, Stri… in testSubstitution() argument
42 ResolvedJavaMethod testMethod = getResolvedJavaMethod(testMethodName); in testSubstitution()
43 StructuredGraph graph = testGraph(testMethodName); in testSubstitution()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/smartystreets/assertions/internal/unit/
H A Dfixture.go20 testMethodName := fixtureType.Method(x).Name
21 if strings.HasPrefix(testMethodName, "Test") {
22 t.Run(testMethodName, func(t *testing.T) {
35 instance.MethodByName(testMethodName).Call(nil)
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/smartystreets/assertions/internal/unit/
H A Dfixture.go20 testMethodName := fixtureType.Method(x).Name
21 if strings.HasPrefix(testMethodName, "Test") {
22 t.Run(testMethodName, func(t *testing.T) {
35 instance.MethodByName(testMethodName).Call(nil)
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/smartystreets/assertions/internal/unit/
H A Dfixture.go20 testMethodName := fixtureType.Method(x).Name
21 if strings.HasPrefix(testMethodName, "Test") {
22 t.Run(testMethodName, func(t *testing.T) {
35 instance.MethodByName(testMethodName).Call(nil)
/dports/audio/visp-go/visp-2585747/vendor/github.com/smartystreets/assertions/internal/unit/
H A Dfixture.go20 testMethodName := fixtureType.Method(x).Name
21 if strings.HasPrefix(testMethodName, "Test") {
22 t.Run(testMethodName, func(t *testing.T) {
35 instance.MethodByName(testMethodName).Call(nil)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/smartystreets/assertions/internal/unit/
H A Dfixture.go20 testMethodName := fixtureType.Method(x).Name
21 if strings.HasPrefix(testMethodName, "Test") {
22 t.Run(testMethodName, func(t *testing.T) {
35 instance.MethodByName(testMethodName).Call(nil)
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cppunit/src/cppunit/
H A DTestNamer.cpp29 TestNamer::getTestNameFor( const std::string &testMethodName ) const in getTestNameFor()
31 return getFixtureName() + "::" + testMethodName; in getTestNameFor()
/dports/devel/cppunit/cppunit-1.14.0/src/cppunit/
H A DTestNamer.cpp29 TestNamer::getTestNameFor( const std::string &testMethodName ) const in getTestNameFor()
31 return getFixtureName() + "::" + testMethodName; in getTestNameFor()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/
H A Dpydev_runfiles.py667 testMethodName = test_obj._TestCase__testMethodName
670 testMethodName = test_obj._testMethodName
675 if fnmatch.fnmatchcase(testMethodName, pat):
677 … sys.stdout.write('Skipped test: %s (matched exclude_tests pattern: %s)\n' % (testMethodName, pat))
680 sys.stdout.write('Skipped test: %s\n' % (testMethodName,))
686 if self.__match_tests(self.tests, test_obj, testMethodName):
691 if fnmatch.fnmatchcase(testMethodName, pat):
699 testMethodName, self.configuration.include_tests,))
720 testMethodName = tc._TestCase__testMethodName
723 testMethodName = tc._testMethodName
[all …]

12345678910>>...16