Home
last modified time | relevance | path

Searched full:junit (Results 276 - 300 of 905) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DColumnTest.java28 import org.junit.Test;
29 import org.junit.runner.RunWith;
30 import org.junit.runners.JUnit4;
/third_party/protobuf/java/compatibility_tests/v2.5.0/
H A Dtest.sh98 java -cp ../../../core/target/protobuf-java-$VERSION_NUMBER.jar:../protos.jar:../more_protos.jar:../tests.jar:../deps.jar org.junit.runner.JUnitCore $TESTS
106 java -cp ../../../core/target/protobuf-java-$VERSION_NUMBER.jar:../protos/target/compatibility-protos-${TEST_VERSION}.jar:../more_protos.jar:../tests.jar:../deps.jar org.junit.runner.JUnitCore $TESTS
114 java -cp ../../../core/target/protobuf-java-$VERSION_NUMBER.jar:../protos.jar:../more_protos/target/compatibility-more-protos-${TEST_VERSION}.jar:../tests.jar:../deps.jar org.junit.runner.JUnitCore $TESTS
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationFrenchTest.java19 import org.junit.Before;
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/normalizer/
H A DUnicodeNormalizerConformanceTest.java16 import org.junit.Ignore;
17 import org.junit.Test;
18 import org.junit.runner.RunWith;
19 import org.junit.runners.JUnit4;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberSkeletonTest.java6 import static org.junit.Assert.assertEquals;
7 import static org.junit.Assert.assertTrue;
8 import static org.junit.Assert.fail;
12 import org.junit.Test;
H A DPropertiesTest.java6 import static org.junit.Assert.assertEquals;
7 import static org.junit.Assert.assertNotEquals;
8 import static org.junit.Assert.assertTrue;
9 import static org.junit.Assert.fail;
30 import org.junit.Test;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java21 import org.junit.Before;
22 import org.junit.Test;
23 import org.junit.runner.RunWith;
24 import org.junit.runners.JUnit4;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DDataDrivenUScriptTest.java10 import org.junit.Test;
11 import org.junit.experimental.runners.Enclosed;
12 import org.junit.runner.RunWith;
13 import org.junit.runners.Parameterized;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberSkeletonTest.java5 import static org.junit.Assert.assertEquals;
6 import static org.junit.Assert.assertTrue;
7 import static org.junit.Assert.fail;
11 import org.junit.Test;
H A DPropertiesTest.java5 import static org.junit.Assert.assertEquals;
6 import static org.junit.Assert.assertNotEquals;
7 import static org.junit.Assert.assertTrue;
8 import static org.junit.Assert.fail;
29 import org.junit.Test;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationFrenchTest.java20 import org.junit.Before;
21 import org.junit.Test;
22 import org.junit.runner.RunWith;
23 import org.junit.runners.JUnit4;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUnicodeNormalizerConformanceTest.java15 import org.junit.Ignore;
16 import org.junit.Test;
17 import org.junit.runner.RunWith;
18 import org.junit.runners.JUnit4;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java22 import org.junit.Before;
23 import org.junit.Test;
24 import org.junit.runner.RunWith;
25 import org.junit.runners.JUnit4;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DDataDrivenUScriptTest.java11 import org.junit.Test;
12 import org.junit.experimental.runners.Enclosed;
13 import org.junit.runner.RunWith;
14 import org.junit.runners.Parameterized;
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
H A DMigrationJobTest.java26 import org.junit.Assert;
27 import org.junit.Test;
28 import org.junit.runner.RunWith;
29 import org.junit.runners.JUnit4;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/
H A DStringSegmentTest.java6 import static org.junit.Assert.assertEquals;
8 import org.junit.Test;
/third_party/libphonenumber/tools/java/data/
H A Dpom.xml31 <groupId>junit</groupId>
32 <artifactId>junit</artifactId>
/third_party/mesa3d/.gitlab-ci/
H A Dgtest-runner.sh48 deqp-runner junit \
51 --output $RESULTS/junit.xml \
/third_party/mesa3d/.gitlab-ci/windows/
H A Ddeqp_runner_run.ps125 deqp-runner junit --testsuite dEQP --results "$($results)/failures.csv" --output "$($results)/junit.xml" --limit 50 --template $template
/third_party/vk-gl-cts/external/amber/src/android_gradle/app/src/androidTest/java/com/google/amber/
H A DAmberLauncher.java17 import static org.junit.Assert.assertEquals;
24 import org.junit.Test;
/third_party/skia/third_party/externals/sfntly/java/
H A Dbuild.xml18 <junit printsummary="true" fork="yes">
33 </junit>
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DDisplayNameTest.java22 import org.junit.Ignore;
23 import org.junit.Test;
24 import org.junit.runner.RunWith;
25 import org.junit.runners.JUnit4;
37 // TODO(junit): test is broken in main branch
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDisplayNameTest.java21 import org.junit.Ignore;
22 import org.junit.Test;
23 import org.junit.runner.RunWith;
24 import org.junit.runners.JUnit4;
35 // TODO(junit): test is broken in main branch
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java33 import static org.junit.Assert.assertEquals;
34 import static org.junit.Assert.assertFalse;
35 import static org.junit.Assert.assertSame;
36 import static org.junit.Assert.assertTrue;
37 import static org.junit.Assert.fail;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestFmwk.java25 import org.junit.After;
26 import org.junit.Assert;
27 import org.junit.Before;
92 * Because JUnit does not guarantee the order of multiple Before
198 // TODO(junit) : what to do about this? in logKnownIssue()
546 // JUnit-like assertions.
774 // End JUnit-like assertions

Completed in 15 milliseconds

1...<<11121314151617181920>>...37