Home
last modified time | relevance | path

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

123

/trunk/main/ure/source/uretest/
H A DMakefile.pln55 test-javanative: out.pln/runner.jar out.pln/javanative.jar \
58 -jar out.pln/runner.jar file://$(URE_HOME)/share/java/ \
63 test-clientserver: out.pln/cppserver.uno.so out.pln/runner.jar \
158 out.pln/runner.jar: out.pln/class/runner/test/java/runner/Runner.class \
159 out.pln/runner.mf | out.pln
160 jar cfm $@ out.pln/runner.mf -C out.pln/class/runner test
162 out.pln/runner.mf: runner.mf.template | out.pln
167 out.pln/class/runner/test/java/runner/Runner.class: Runner.java | out.pln/class
168 rm -rf out.pln/class/runner
169 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;
/trunk/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()
180 protected void runChild(Runner runner, final RunNotifier notifier) { in runChild() argument
181 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;
/trunk/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;
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dmain.py36 runner = unittest.TextTestRunner(sys.stderr,1,2) variable
43 runner.run(suite)
/trunk/main/solenv/inc/
H A Djavaunittest.mk83 org.junit.runner.JUnitCore \
89 org.junit.runner.JUnitCore \
/trunk/main/solenv/gbuild/
H A DJunitTest.mk44 …$(gb_JunitTest_JAVACOMMAND) -cp "$(CLASSPATH)" $(DEFS) org.junit.runner.JUnitCore $(CLASSES) 2>&1 …
/trunk/main/extensions/qa/unoapi/
H A Dextensions.sce23 # The runner only prints "[0-9]+? of [0-9]+? tests failed"
/trunk/test/testgui/source/fvt/gui/sw/hyperlink/
H A DWarningDialog.java37 import org.junit.runner.RunWith;
/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DAddtionOperatorInFormula.java33 import org.junit.runner.RunWith;
/trunk/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;
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCellMerge.java35 import org.junit.runner.RunWith;
/trunk/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;
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartType.java34 import org.junit.runner.RunWith;
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellFontSize.java35 import org.junit.runner.RunWith;

Completed in 95 milliseconds

123