Home
last modified time | relevance | path

Searched full:junit (Results 876 - 900 of 905) sorted by relevance

1...<<31323334353637

/third_party/node/
H A Dvcbuild.bat102 if /i "%1"=="test-ci-native" set test_args=%test_args% %test_ci_args% -p tap --logfile test.tap %CI_NATIVE_SUITES% %CI_DOC%&set build_addons=1&set build_js_native_api_tests=1&set build_node_api_tests=1&set cctest_args=%cctest_args% --gtest_output=xml:cctest.junit.xml&goto arg-ok
/third_party/python/Doc/whatsnew/
H A D2.1.rst615 unit testing framework inspired by JUnit, which was in turn an adaptation of
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DGeneratedMessageTest.java71 import junit.framework.TestCase;
H A DTextFormatTest.java61 import junit.framework.TestCase;
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DJsonFormatTest.java79 import junit.framework.TestCase;
/third_party/node/doc/api/
H A Dtest.html1002 <p><code>junit</code>
1003 The junit reporter outputs test results in a jUnit XML format</p>
1010 <pre class="with-65-chars"><input class="js-flavor-selector" type="checkbox" checked aria-label="Show modern ES modules syntax"><code class="language-js mjs"><span class="hljs-keyword">import</span> { tap, spec, dot, junit } <span class="hljs-keyword">from</span> <span class="hljs-string">'node:test/reporters'</span>;</code><code class="language-js cjs"><span class="hljs-keyword">const</span> { tap, spec, dot, junit } = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node:test/reporters'</span>);</code><button class="copy-button">copy</button></pre>
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java31 import org.junit.Test;
32 import org.junit.runner.RunWith;
33 import org.junit.runners.JUnit4;
/third_party/libinput/test/
H A Dlitest.c945 * - every fork writes out a separate junit.xml file. gitlab is better in litest_export_xml()
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
H A DDeqpTestRunnerTest.java42 import junit.framework.TestCase;
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
H A DLiteTest.java70 import junit.framework.TestCase;
/third_party/mesa3d/docs/relnotes/
H A D21.0.0.rst112 - ci: new traces runner needs dashboard links in the job log and junit
1155 - ci/deqp: Upgrade the runner, enable junit output.
H A D22.0.0.rst1274 - ci/deqp-runner: Don't start GPU hang detection for making junit results.
1457 - ci/traces: Always generate the junit XML.
H A D21.1.0.rst168 - piglit-replay: JUnit file contains wrong links to the tracie dashboard
213 - ci: new traces runner needs dashboard links in the job log and junit
H A D20.1.0.rst1578 - ci: Don't bother generating deqp junit results since we don't present
H A D21.3.0.rst1499 - ci/deqp-runner: Don't start GPU hang detection for making junit results.
H A D20.3.0.rst373 - tracie: Produce JUnit XML results
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h5395 // This is not ideal, but it should be enough to mimic gtest's junit output.
5483 DOCTEST_REGISTER_REPORTER("junit", 0, JUnitReporter);
/third_party/libabigail/tests/lib/
H A Dcatch.hpp16851 // Jenkins use that schema for validation JUnit reporter output.
16997 // junit output.
16998 // Ideally the JUnit reporter would also handle `skipTest`
17084 CATCH_REGISTER_REPORTER( "junit", JunitReporter )
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatTest.java40 import org.junit.Test;
41 import org.junit.runner.RunWith;
42 import org.junit.runners.JUnit4;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java39 import org.junit.Test;
40 import org.junit.runner.RunWith;
41 import org.junit.runners.JUnit4;
/third_party/skia/
H A Dgo.sum1131 github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
1132 github.com/jstemmer/go-junit-report v0.9.1 h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=
1133 github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java17 import org.junit.Test;
18 import org.junit.runner.RunWith;
19 import org.junit.runners.JUnit4;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java16 import org.junit.Test;
17 import org.junit.runner.RunWith;
18 import org.junit.runners.JUnit4;
/third_party/python/Doc/library/
H A Dunittest.rst19 The :mod:`unittest` unit testing framework was originally inspired by JUnit
/third_party/node/doc/changelogs/
H A DCHANGELOG_V18.md379 * \[[`059b1945d8`](https://github.com/nodejs/node/commit/059b1945d8)] - **(SEMVER-MINOR)** **test\_runner**: add junit reporter (Moshe Atlow) [#49614](https://github.com/nodejs/node/pull/49614)
692 * \[[`059b1945d8`](https://github.com/nodejs/node/commit/059b1945d8)] - **(SEMVER-MINOR)** **test\_runner**: add junit reporter (Moshe Atlow) [#49614](https://github.com/nodejs/node/pull/49614)
2925 * \[[`37808b3355`](https://github.com/nodejs/node/commit/37808b3355)] - **build**: convert V8 test JSON to JUnit XML (Keyhan Vakil) [#44049](https://github.com/nodejs/node/pull/44049)

Completed in 183 milliseconds

1...<<31323334353637