Searched full:junit (Results 876 - 900 of 905) sorted by relevance
1...<<31323334353637
| /third_party/node/ |
| H A D | vcbuild.bat | 102 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 D | 2.1.rst | 615 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 D | GeneratedMessageTest.java | 71 import junit.framework.TestCase;
|
| H A D | TextFormatTest.java | 61 import junit.framework.TestCase;
|
| /third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
| H A D | JsonFormatTest.java | 79 import junit.framework.TestCase;
|
| /third_party/node/doc/api/ |
| H A D | test.html | 1002 <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 D | TestCharset.java | 31 import org.junit.Test; 32 import org.junit.runner.RunWith; 33 import org.junit.runners.JUnit4;
|
| /third_party/libinput/test/ |
| H A D | litest.c | 945 * - 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 D | DeqpTestRunnerTest.java | 42 import junit.framework.TestCase;
|
| /third_party/protobuf/java/lite/src/test/java/com/google/protobuf/ |
| H A D | LiteTest.java | 70 import junit.framework.TestCase;
|
| /third_party/mesa3d/docs/relnotes/ |
| H A D | 21.0.0.rst | 112 - ci: new traces runner needs dashboard links in the job log and junit 1155 - ci/deqp: Upgrade the runner, enable junit output.
|
| H A D | 22.0.0.rst | 1274 - ci/deqp-runner: Don't start GPU hang detection for making junit results. 1457 - ci/traces: Always generate the junit XML.
|
| H A D | 21.1.0.rst | 168 - 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 D | 20.1.0.rst | 1578 - ci: Don't bother generating deqp junit results since we don't present
|
| H A D | 21.3.0.rst | 1499 - ci/deqp-runner: Don't start GPU hang detection for making junit results.
|
| H A D | 20.3.0.rst | 373 - tracie: Produce JUnit XML results
|
| /third_party/json/tests/thirdparty/doctest/ |
| H A D | doctest.h | 5395 // 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 D | catch.hpp | 16851 // 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 D | DateFormatTest.java | 40 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 D | DateFormatTest.java | 39 import org.junit.Test; 40 import org.junit.runner.RunWith; 41 import org.junit.runners.JUnit4;
|
| /third_party/skia/ |
| H A D | go.sum | 1131 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 D | DiagBigDecimalTest.java | 17 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 D | DiagBigDecimalTest.java | 16 import org.junit.Test; 17 import org.junit.runner.RunWith; 18 import org.junit.runners.JUnit4;
|
| /third_party/python/Doc/library/ |
| H A D | unittest.rst | 19 The :mod:`unittest` unit testing framework was originally inspired by JUnit
|
| /third_party/node/doc/changelogs/ |
| H A D | CHANGELOG_V18.md | 379 * \[[`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