Searched full:junit (Results 851 - 875 of 905) sorted by relevance
1...<<31323334353637
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | TestMessageFormat.java | 31 import org.junit.Test; 32 import org.junit.runner.RunWith; 33 import org.junit.runners.JUnit4;
|
| H A D | DateIntervalFormatTest.java | 28 import org.junit.Test; 29 import org.junit.runner.RunWith; 30 import org.junit.runners.JUnit4;
|
| H A D | NumberFormatTest.java | 39 import org.junit.Ignore; 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/number/ |
| H A D | NumberFormatterApiTest.java | 18 import org.junit.Assert; 19 import org.junit.Ignore; 20 import org.junit.Test; 5943 org.junit.Assert.fail(); in validRanges() 5953 org.junit.Assert.fail(); in validRanges()
|
| H A D | NumberRangeFormatterTest.java | 13 import org.junit.Test;
|
| /third_party/node/doc/api/ |
| H A D | test.json | 131 "desc": "<p>The <code>node:test</code> module supports passing <a href=\"cli.html#--test-reporter\"><code>--test-reporter</code></a>\nflags for the test runner to use a specific reporter.</p>\n<p>The following built-reporters are supported:</p>\n<ul>\n<li>\n<p><code>tap</code>\nThe <code>tap</code> reporter outputs the test results in the <a href=\"https://testanything.org/\">TAP</a> format.</p>\n</li>\n<li>\n<p><code>spec</code>\nThe <code>spec</code> reporter outputs the test results in a human-readable format.</p>\n</li>\n<li>\n<p><code>dot</code>\nThe <code>dot</code> reporter outputs the test results in a compact format,\nwhere each passing test is represented by a <code>.</code>,\nand each failing test is represented by a <code>X</code>.</p>\n</li>\n<li>\n<p><code>junit</code>\nThe junit reporter outputs test results in a jUnit XML format</p>\n</li>\n</ul>\n<p>When <code>stdout</code> is a <a href=\"tty.html\">TTY</a>, the <code>spec</code> reporter is used by default.\nOtherwise, the <code>tap</code> reporter is used by default.</p>\n<p>The reporters are available via the <code>node:test/reporters</code> module:</p>\n<pre><code class=\"language-mjs\">import { tap, spec, dot, junit } from 'node:test/reporters';\n</code></pre>\n<pre><code class=\"language-cjs\">const { tap, spec, dot, junit } = require('node:test/reporters');\n</code></pre>",
|
| /third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
| H A D | BuildMetadataFromXmlTest.java | 30 import junit.framework.TestCase;
|
| H A D | MetadataFilterTest.java | 25 import junit.framework.TestCase;
|
| /third_party/python/Lib/test/libregrtest/ |
| H A D | main.py | 103 # used by --junit-xml
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | WireFormatLiteTest.java | 60 import junit.framework.TestCase;
|
| H A D | ByteStringTest.java | 49 import junit.framework.TestCase;
|
| H A D | MapForProto2Test.java | 50 import junit.framework.TestCase;
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
| H A D | TransliteratorTest.java | 20 import org.junit.Test; 21 import org.junit.runner.RunWith; 22 import org.junit.runners.JUnit4;
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
| H A D | UCharacterTest.java | 18 import org.junit.Test; 19 import org.junit.runner.RunWith; 20 import org.junit.runners.JUnit4;
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | DateIntervalFormatTest.java | 28 import org.junit.Test; 29 import org.junit.runner.RunWith; 30 import org.junit.runners.JUnit4;
|
| H A D | NumberFormatTest.java | 38 import org.junit.Ignore; 39 import org.junit.Test; 40 import org.junit.runner.RunWith; 41 import org.junit.runners.JUnit4;
|
| /third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
| H A D | PhoneNumberUtilTest.java | 19 import static org.junit.Assert.assertThrows; 34 import org.junit.Assert; 35 import org.junit.function.ThrowingRunnable;
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | ULocaleTest.java | 30 import org.junit.Assert; 31 import org.junit.Test; 32 import org.junit.runner.RunWith; 33 import org.junit.runners.JUnit4;
|
| /third_party/icu/docs/userguide/icu4j/ |
| H A D | index.md | 160 <td>Folder used for downloading depedency libraries. <br/> <b>Note:</b> ICU4J runtime libraries do not depend on any external libraries other than JDK. These dependencies are for testing (such as JUnit). </td>
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
| H A D | SynthTest.java | 9 import static org.junit.Assert.assertArrayEquals; 10 import static org.junit.Assert.fail; 16 import org.junit.Test; 17 import org.junit.runner.RunWith; 18 import org.junit.runners.JUnit4;
|
| /third_party/node/ |
| H A D | Makefile | 55 $(PYTHON) tools/v8-json-to-junit.py < $(1) > $(1:.json=.xml) 553 out/Release/cctest --gtest_output=xml:out/junit/cctest.xml
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
| H A D | UCharacterTest.java | 17 import org.junit.Test; 18 import org.junit.runner.RunWith; 19 import org.junit.runners.JUnit4;
|
| /third_party/python/Tools/peg_generator/data/ |
| H A D | top-pypi-packages-365-days.json | 4432 "project": "junit-xml" 12892 "project": "flake8-junit-report" 13860 "project": "flake8-formatter-junit-xml"
|
| /third_party/mesa3d/docs/relnotes/ |
| H A D | 20.0.0.rst | 2554 - gitlab-ci: Stop reporting piglit test results via JUnit 2555 - gitlab-ci: Stop storing piglit test results as JUnit 2949 - gitlab-ci/deqp: generate junit results 2953 - gitlab-ci: disable junit results for deqp
|
| /third_party/icu/ohos_icu4j/ |
| H A D | readme.html | 438 than JDK. These dependencies are for testing (such as JUnit).</td>
|
Completed in 115 milliseconds
1...<<31323334353637