Home
last modified time | relevance | path

Searched full:junit (Results 201 - 225 of 905) sorted by relevance

12345678910>>...37

/third_party/libphonenumber/
H A D.travis.yml4 # ant-optional is needed for ant junit. This used to be part of the default
19 - ant junit -f java/build.xml
/third_party/protobuf/java/compatibility_tests/v2.5.0/deps/
H A Dpom.xml14 <groupId>junit</groupId>
15 <artifactId>junit</artifactId>
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/
H A Dbuild.gradle40 testImplementation 'junit:junit:4.13-beta-3'
/third_party/skia/third_party/externals/brotli/java/
H A DWORKSPACE23 artifacts = ["junit:junit:4.12"],
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java20 import org.junit.After;
21 import org.junit.AfterClass;
22 import org.junit.Assert;
23 import org.junit.Before;
88 * Because JUnit does not guarantee the order of multiple Before
198 // TODO(junit) : what to do about this? in logKnownIssue()
521 // JUnit-like assertions.
749 // End JUnit-like assertions
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DCoverageTest.java16 import org.junit.Test;
17 import org.junit.runner.RunWith;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DCoverageTest.java15 import org.junit.Test;
16 import org.junit.runner.RunWith;
/third_party/libphonenumber/tools/java/common/
H A Dpom.xml65 <groupId>junit</groupId>
66 <artifactId>junit</artifactId>
/third_party/libphonenumber/migrator/
H A Dpom.xml55 <groupId>junit</groupId>
56 <artifactId>junit</artifactId>
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/
H A Dpom.xml21 <groupId>junit</groupId>
22 <artifactId>junit</artifactId>
/third_party/vk-gl-cts/executor/
H A DCMakeLists.txt64 add_executable(testlog-to-junit tools/xeBatchResultToJUnit.cpp)
65 target_link_libraries(testlog-to-junit xecore)
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/
H A Dbuild.gradle64 testImplementation 'junit:junit:4.12'
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProto2LiteSchemaTest.java34 import org.junit.runner.RunWith;
35 import org.junit.runners.JUnit4;
H A DProto3LiteSchemaTest.java34 import org.junit.runner.RunWith;
35 import org.junit.runners.JUnit4;
H A DProto2SchemaTest.java34 import org.junit.runner.RunWith;
35 import org.junit.runners.JUnit4;
H A DProto3SchemaTest.java34 import org.junit.runner.RunWith;
35 import org.junit.runners.JUnit4;
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
H A DRbnfLenientScannerTest.java16 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/number/
H A DExhaustiveNumberTest.java11 import org.junit.Before;
12 import org.junit.Test;
39 org.junit.Assume.assumeTrue(getExhaustiveness() > 5); in beforeMethod()
H A DModifierTest.java6 import static org.junit.Assert.assertEquals;
7 import static org.junit.Assert.assertTrue;
9 import org.junit.Test;
H A DAffixUtilsTest.java6 import static org.junit.Assert.assertEquals;
7 import static org.junit.Assert.fail;
9 import org.junit.Test;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DTestDeprecatedNormalizerAPI.java12 import org.junit.Test;
13 import org.junit.runner.RunWith;
14 import org.junit.runners.JUnit4;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCompactArrayTest.java12 import org.junit.Test;
13 import org.junit.runner.RunWith;
14 import org.junit.runners.JUnit4;
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DCldrDataProcessorTest.java12 import org.junit.Test;
13 import org.junit.runner.RunWith;
14 import org.junit.runners.JUnit4;
H A DPseudoLocalesTest.java12 import org.junit.Test;
13 import org.junit.runner.RunWith;
14 import org.junit.runners.JUnit4;
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DBreakIteratorMapperTest.java14 import org.junit.Test;
15 import org.junit.runner.RunWith;
16 import org.junit.runners.JUnit4;

Completed in 12 milliseconds

12345678910>>...37