Home
last modified time | relevance | path

Searched full:junit (Results 1 - 25 of 903) sorted by relevance

12345678910>>...37

/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jar ... META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ org/hamcrest ...
/third_party/icu/icu4j/
H A Dbuild.xml249 <target name="test-init-junit-dependency" depends="init-ivy">
253 <target name="init" depends="test-init-junit-dependency"
288 <delete dir="${junit.out.dir}/checkTest"/>
289 <mkdir dir="${junit.out.dir}/checkTest"/>
291 <junit printsummary="yes" fork="yes">
296 <path refid="junit.jars"/>
297 <path refid="junit.icu.jars"/>
299 <test name="${testclass}" todir="${junit.out.dir}/checkTest" outfile="checkTest" methods="${testnames}" if="testaction.tests">
302 <test name="${testclass}" todir="${junit.out.dir}/checkTest" outfile="checkTest" if="testaction.class">
305 </junit>
[all...]
/third_party/libphonenumber/java/script/
H A Ddownload-junit-jars.sh2 # Set the version of JUnit and Mockito
20 # Check and download JUnit&Mockito JAR
21 download_jar "JUnit" "junit-$junit_version.jar" "https://repo1.maven.org/maven2/junit/junit/$junit_version/junit-$junit_version.jar"
/third_party/libphonenumber/java/demoapp/app/src/test/java/com/google/phonenumbers/demoapp/phonenumbers/
H A DPhoneNumberInAppTest.java3 import static org.junit.Assert.assertEquals;
4 import static org.junit.Assert.assertFalse;
5 import static org.junit.Assert.assertNull;
6 import static org.junit.Assert.assertTrue;
9 import org.junit.Test;
11 /** JUnit Tests for class {@link PhoneNumberInApp}. */
H A DPhoneNumberFormattingTest.java3 import static org.junit.Assert.assertEquals;
4 import static org.junit.Assert.assertFalse;
5 import static org.junit.Assert.assertNull;
6 import static org.junit.Assert.assertTrue;
9 import org.junit.Test;
11 /** JUnit Tests for class {@link PhoneNumberFormatting}. */
/third_party/node/lib/test/
H A Dreporters.js6 let junit;
21 junit: {
26 junit ??= require('internal/test_runner/reporter/junit');
27 return junit;
/third_party/libphonenumber/debian/
H A Dmaven.rules15 # Example rule: match jar with groupid= junit, artifactid= junit
17 # junit junit jar s/3\..*/3.x/
30 junit junit jar s/4\..*/4.x/ * *
H A Dmaven.cleanIgnoreRules13 # Example rule: match jar with groupid= junit, artifactid= junit
16 # junit junit jar s/3\..*/3.x/
H A Dmaven.ignoreRules12 # Example rule: match jar with groupid= junit, artifactid= junit
15 # junit junit jar s/3\..*/3.x/
H A Dmaven.publishedRules16 # Example rule: match jar with groupid= junit, artifactid= junit
18 # junit junit jar s/3\..*/3.x/
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/
H A DSetRfcDictionaryTest.java9 import static org.junit.Assert.assertArrayEquals;
10 import static org.junit.Assert.assertEquals;
11 import static org.junit.Assert.assertTrue;
20 import org.junit.Test;
21 import org.junit.runner.RunWith;
22 import org.junit.runners.JUnit4;
H A DSetZeroDictionaryTest.java9 import static org.junit.Assert.assertArrayEquals;
10 import static org.junit.Assert.assertEquals;
16 import org.junit.Test;
17 import org.junit.runner.RunWith;
18 import org.junit.runners.JUnit4;
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H A DSkQPRunner.java19 import org.junit.runner.Description;
20 import org.junit.runner.RunWith;
21 import org.junit.runner.Runner;
22 import org.junit.runner.manipulation.Filter;
23 import org.junit.runner.manipulation.Filterable;
24 import org.junit.runner.manipulation.NoTestsRemainException;
25 import org.junit.runner.notification.Failure;
26 import org.junit.runner.notification.RunNotifier;
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DDecoderTest.java9 import static org.junit.Assert.assertEquals;
18 import junit.framework.TestCase;
19 import junit.framework.TestSuite;
20 import org.junit.runner.RunWith;
21 import org.junit.runners.AllTests;
H A DBrotliInputStreamTest.java9 import static org.junit.Assert.assertEquals;
18 import junit.framework.TestCase;
19 import junit.framework.TestSuite;
20 import org.junit.runner.RunWith;
21 import org.junit.runners.AllTests;
H A DBrotliDecoderChannelTest.java9 import static org.junit.Assert.assertEquals;
20 import junit.framework.TestCase;
21 import junit.framework.TestSuite;
22 import org.junit.runner.RunWith;
23 import org.junit.runners.AllTests;
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DEncoderTest.java3 import static org.junit.Assert.assertEquals;
13 import junit.framework.TestCase;
14 import junit.framework.TestSuite;
15 import org.junit.runner.RunWith;
16 import org.junit.runners.AllTests;
H A DEmptyInputTest.java9 import static org.junit.Assert.assertEquals;
14 import org.junit.Test;
15 import org.junit.runner.RunWith;
16 import org.junit.runners.JUnit4;
H A DBrotliOutputStreamTest.java3 import static org.junit.Assert.assertEquals;
15 import junit.framework.TestCase;
16 import junit.framework.TestSuite;
17 import org.junit.runner.RunWith;
18 import org.junit.runners.AllTests;
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DBinaryProtocolTest.java33 import static org.junit.Assert.assertEquals;
37 import org.junit.Assert;
38 import org.junit.Before;
39 import org.junit.Test;
40 import org.junit.runner.RunWith;
41 import org.junit.runners.JUnit4;
H A DTypeRegistryTest.java33 import static org.junit.Assert.assertNull;
34 import static org.junit.Assert.assertSame;
38 import org.junit.Test;
39 import org.junit.runner.RunWith;
40 import org.junit.runners.JUnit4;
H A DProto2ExtensionLookupSchemaTest.java33 import static org.junit.Assert.assertEquals;
34 import static org.junit.Assert.assertFalse;
35 import static org.junit.Assert.assertNull;
42 import org.junit.Before;
43 import org.junit.Test;
44 import org.junit.runner.RunWith;
45 import org.junit.runners.JUnit4;
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DTransformTest.java9 import static org.junit.Assert.assertArrayEquals;
10 import static org.junit.Assert.assertEquals;
13 import org.junit.Test;
14 import org.junit.runner.RunWith;
15 import org.junit.runners.JUnit4;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorInstantiateAllTest.java10 import org.junit.Test;
11 import org.junit.runner.RunWith;
12 import org.junit.runners.Parameterized;
20 This test class uses JUnit parametrization to iterate over all
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorInstantiateAllTest.java9 import org.junit.Test;
10 import org.junit.runner.RunWith;
11 import org.junit.runners.Parameterized;
18 This test class uses JUnit parametrization to iterate over all

Completed in 6 milliseconds

12345678910>>...37