Home
last modified time | relevance | path

Searched refs:runner (Results 1 – 25 of 60) sorted by relevance

123

/aoo4110/main/ure/source/uretest/
H A DMakefile.pln58 test-javanative: out.pln/runner.jar out.pln/javanative.jar \
61 -jar out.pln/runner.jar file://$(URE_HOME)/share/java/ \
66 test-clientserver: out.pln/cppserver.uno.so out.pln/runner.jar \
161 out.pln/runner.jar: out.pln/class/runner/test/java/runner/Runner.class \
162 out.pln/runner.mf | out.pln
163 jar cfm $@ out.pln/runner.mf -C out.pln/class/runner test
165 out.pln/runner.mf: runner.mf.template | out.pln
170 out.pln/class/runner/test/java/runner/Runner.class: Runner.java | out.pln/class
171 rm -rf out.pln/class/runner
172 mkdir out.pln/class/runner
[all …]
H A Drunner.mf.template3 Main-Class: test/java/runner/Runner
H A DRunner.java24 package test.java.runner;
/aoo4110/test/testcommon/source/org/openoffice/test/common/
H A DNamedRequest.java28 import org.junit.runner.Description;
29 import org.junit.runner.Request;
30 import org.junit.runner.Runner;
31 import org.junit.runner.notification.RunNotifier;
62 private void addRunner(Runner runner) { in addRunner() argument
63 suite.getChildren().add(runner); in addRunner()
177 protected void runChild(Runner runner, final RunNotifier notifier) { in runChild() argument
178 runner.run(notifier); in runChild()
H A DCSVReporter.java28 import org.junit.runner.Description;
29 import org.junit.runner.Result;
30 import org.junit.runner.notification.Failure;
31 import org.junit.runner.notification.RunListener;
H A DXMLReporter.java31 import org.junit.runner.Description;
32 import org.junit.runner.Result;
33 import org.junit.runner.notification.Failure;
34 import org.junit.runner.notification.RunListener;
H A DFileProvider.java38 import org.junit.runner.Runner;
39 import org.junit.runner.notification.RunNotifier;
181 …TestClassRunnerForParameters runner = new TestClassRunnerForParameters(getTestClass().getJavaClass… in FileProvider() local
182 runners.add(runner); in FileProvider()
H A DReportUploader.java32 import org.junit.runner.Description;
33 import org.junit.runner.Result;
34 import org.junit.runner.notification.RunListener;
H A DLogger.java33 import org.junit.runner.Description;
/aoo4110/test/testcommon/source/org/openoffice/test/
H A DRun.java28 import org.junit.runner.JUnitCore;
29 import org.junit.runner.Result;
30 import org.junit.runner.notification.RunListener;
31 import org.junit.runner.notification.Failure;
/aoo4110/main/sal/cppunittester/
H A Dcppunittester.cxx136 CppUnit::TestRunner runner; in SAL_IMPLEMENT_MAIN() local
137 runner.addTest(CppUnit::TestFactoryRegistry::getRegistry().makeTest()); in SAL_IMPLEMENT_MAIN()
140 runner.run(result); in SAL_IMPLEMENT_MAIN()
/aoo4110/main/testtools/source/bridgetest/pyuno/
H A Dmain.py36 runner = unittest.TextTestRunner(sys.stderr,1,2) variable
43 runner.run(suite)
/aoo4110/main/qadevOOo/prj/
H A Dbuild.lst4 qa qadevOOo\runner nmake - all qa_make_package qa_runner_ant_build NULL
/aoo4110/main/solenv/inc/
H A Djavaunittest.mk79 org.junit.runner.JUnitCore \
/aoo4110/main/solenv/gbuild/
H A DJunitTest.mk44 …$(gb_JunitTest_JAVACOMMAND) -cp "$(CLASSPATH)" $(DEFS) org.junit.runner.JUnitCore $(CLASSES) 2>&1 …
/aoo4110/main/extensions/qa/unoapi/
H A Dextensions.sce23 # The runner only prints "[0-9]+? of [0-9]+? tests failed"
/aoo4110/test/testuno/source/fvt/uno/sc/formula/
H A DAddtionOperatorInFormula.java33 import org.junit.runner.RunWith;
/aoo4110/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCellMerge.java34 import org.junit.runner.RunWith;
/aoo4110/test/testuno/source/fvt/uno/sw/page/
H A DCheckBackGraphic.java34 import org.junit.runner.RunWith;
H A DCheckBackColor.java34 import org.junit.runner.RunWith;
H A DCheckPageLayout.java35 import org.junit.runner.RunWith;
/aoo4110/test/testuno/source/fvt/uno/sw/frame/
H A DFrameWrapType.java32 import org.junit.runner.RunWith;
H A DFrameAnchorType.java31 import org.junit.runner.RunWith;
H A DFramePosition.java31 import org.junit.runner.RunWith;
/aoo4110/test/testuno/source/fvt/uno/sc/chart/
H A DChartType.java34 import org.junit.runner.RunWith;

Completed in 75 milliseconds

123