Home
last modified time | relevance | path

Searched refs:testPlan (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/asm/
H A Dequal_test.go15 root := testPlan(t,
26 root := testPlan(t,
37 root := testPlan(t,
48 root := testPlan(t,
59 root := testPlan(t,
72 root := testPlan(t,
85 root := testPlan(t,
H A Dsize_test.go14 root := testPlan(t,
24 root := testPlan(t,
34 root := testPlan(t,
44 root := testPlan(t,
H A Dand_test.go14 root := testPlan(t,
24 root := testPlan(t,
34 root := testPlan(t,
H A Dor_test.go14 root := testPlan(t,
24 root := testPlan(t,
34 root := testPlan(t,
H A Dlt_test.go14 root := testPlan(t,
25 root := testPlan(t,
36 root := testPlan(t,
H A Dlte_test.go14 root := testPlan(t,
25 root := testPlan(t,
36 root := testPlan(t,
H A Dgte_test.go14 root := testPlan(t,
25 root := testPlan(t,
36 root := testPlan(t,
H A Dgt_test.go14 root := testPlan(t,
25 root := testPlan(t,
36 root := testPlan(t,
H A Dsort_test.go15 root := testPlan(t,
26 root := testPlan(t,
36 root := testPlan(t,
H A Dlist_test.go13 root := testPlan(t,
24 root := testPlan(t,
H A Dnot_test.go14 root := testPlan(t,
24 root := testPlan(t,
H A Deach_test.go14 root := testPlan(t,
24 root := testPlan(t,
H A Dset_test.go15 root := testPlan(t,
27 root := testPlan(t,
H A Dtime_test.go14 root := testPlan(t,
33 root := testPlan(t,
H A Dstring_test.go14 root := testPlan(t,
34 root := testPlan(t,
H A Dquote_test.go13 root := testPlan(t,
H A Dneq_test.go13 root := testPlan(t,
H A Dbool_test.go14 root := testPlan(t,
H A Dnull_test.go14 root := testPlan(t,
/dports/security/lego/lego-4.5.3/vendor/github.com/exoscale/egoscale/v2/internal/public-api/
H A Ddbaas_service_test.go27 testPlan = "hobbyist-1"
74 Plan: testPlan,
181 testPlan = "hobbyist-1"
228 Plan: testPlan,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/src/org/eclipse/jdt/internal/junit5/runner/
H A DJUnit5TestListener.java53 public void testPlanExecutionStarted(TestPlan testPlan) { in testPlanExecutionStarted() argument
54 fTestPlan= testPlan; in testPlanExecutionStarted()
58 public void testPlanExecutionFinished(TestPlan testPlan) { in testPlanExecutionFinished() argument
205 private String getParentId(TestIdentifier testIdentifier, TestPlan testPlan) { in getParentId() argument
207 …return testPlan.getParent(testIdentifier).map(parent -> fRemoteTestRunner.getTestId(new JUnit5Iden… in getParentId()
H A DJUnit5TestReference.java83 private String getParentId(TestIdentifier testIdentifier, TestPlan testPlan) { in getParentId() argument
85 …return testPlan.getParent(testIdentifier).map(parent -> fRemoteTestRunner.getTestId(new JUnit5Iden… in getParentId()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/extensionsystem/
H A Dpluginmanager.cpp1155 static int executeTestPlan(const TestPlan &testPlan) in executeTestPlan() argument
1159 for (auto it = testPlan.cbegin(), end = testPlan.cend(); it != end; ++it) { in executeTestPlan()
1187 TestPlan testPlan; in generateCompleteTestPlan() local
1189 testPlan.insert(plugin, testFunctions(plugin->metaObject())); in generateCompleteTestPlan()
1192 testPlan.insert(testObject, allFunctions); in generateCompleteTestPlan()
1195 return testPlan; in generateCompleteTestPlan()
1209 TestPlan testPlan; in generateCustomTestPlan() local
1234 testPlan[testObject] += matchingFunctions; in generateCustomTestPlan()
1259 testPlan.insert(plugin, matchedTestFunctionsOfPluginObject); in generateCustomTestPlan()
1261 return testPlan; in generateCustomTestPlan()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/bundles/org.eclipse.test/src/org/eclipse/test/
H A DLegacyXmlResultFormatter.java58 TestPlan testPlan; field in LegacyXmlResultFormatter
70 this.testPlan = plan; in testPlanExecutionStarted()
251 final Optional<TestIdentifier> parent = testPlan.getParent(testId); in writeTestCase()
378 final Set<TestIdentifier> roots = testPlan.getRoots(); in determineTestSuiteName()
398 for (final TestIdentifier child : testPlan.getChildren(root)) { in findFirstClassSource()
H A DAbstractJUnitResultFormatter.java146 …static Optional<TestIdentifier> traverseAndFindTestClass(final TestPlan testPlan, final TestIdenti… in traverseAndFindTestClass() argument
150 final Optional<TestIdentifier> parent = testPlan.getParent(testIdentifier); in traverseAndFindTestClass()
151 return parent.isPresent() ? traverseAndFindTestClass(testPlan, parent.get()) : Optional.empty(); in traverseAndFindTestClass()

123