Home
last modified time | relevance | path

Searched full:junit (Results 1 – 25 of 998) sorted by relevance

12345678910>>...40

/third_party/icu/icu4j/
Dbuild.xml220 <target name="test-init-junit-dependency" depends="init-ivy">
224 <target name="init" depends="test-init-junit-dependency"
259 <delete dir="${junit.out.dir}/checkTest"/>
260 <mkdir dir="${junit.out.dir}/checkTest"/>
262 <junit printsummary="yes" fork="yes">
267 <path refid="junit.jars"/>
268 <path refid="junit.icu.jars"/>
270 …<test name="${testclass}" todir="${junit.out.dir}/checkTest" outfile="checkTest" methods="${testna…
273 …<test name="${testclass}" todir="${junit.out.dir}/checkTest" outfile="checkTest" if="testaction.cl…
276 </junit>
[all …]
/third_party/flutter/engine/flutter/shell/platform/android/test/io/flutter/embedding/android/
DFlutterFragmentTest.java3 import org.junit.Test;
4 import org.junit.runner.RunWith;
8 import static org.junit.Assert.assertArrayEquals;
9 import static org.junit.Assert.assertEquals;
10 import static org.junit.Assert.assertFalse;
11 import static org.junit.Assert.assertNull;
12 import static org.junit.Assert.assertTrue;
DFlutterActivityTest.java5 import org.junit.Test;
6 import org.junit.runner.RunWith;
13 import static org.junit.Assert.assertArrayEquals;
14 import static org.junit.Assert.assertEquals;
15 import static org.junit.Assert.assertFalse;
16 import static org.junit.Assert.assertNull;
17 import static org.junit.Assert.assertTrue;
/third_party/flutter/engine/flutter/shell/platform/android/test/io/flutter/embedding/engine/
DFlutterEngineCacheTest.java3 import org.junit.Test;
4 import org.junit.runner.RunWith;
8 import static org.junit.Assert.assertEquals;
9 import static org.junit.Assert.assertFalse;
10 import static org.junit.Assert.assertNull;
11 import static org.junit.Assert.assertTrue;
/third_party/flutter/flutter/examples/flutter_gallery/android/app/src/androidTest/java/io/flutter/demo/gallery/
DFlutterGalleryInstrumentationTest.java10 import org.junit.Before;
11 import org.junit.Rule;
12 import org.junit.Test;
13 import org.junit.runner.RunWith;
16 import static org.junit.Assert.assertThat;
/third_party/flutter/engine/flutter/shell/platform/android/test/io/flutter/util/
DPreconditionsTest.java7 import static org.junit.Assert.assertEquals;
8 import static org.junit.Assert.assertTrue;
9 import static org.junit.Assert.assertThrows;
13 import org.junit.runner.RunWith;
14 import org.junit.Test;
/third_party/libphonenumber/debian/
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/ * *
Dmaven.cleanIgnoreRules13 # Example rule: match jar with groupid= junit, artifactid= junit
16 # junit junit jar s/3\..*/3.x/
Dmaven.publishedRules16 # Example rule: match jar with groupid= junit, artifactid= junit
18 # junit junit jar s/3\..*/3.x/
Dmaven.ignoreRules12 # Example rule: match jar with groupid= junit, artifactid= junit
15 # junit junit jar s/3\..*/3.x/
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/
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;
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/ejdb/src/bindings/ejdb2_react_native/tests/android/app/src/androidTest/java/com/test/
DDetoxTest.java5 import org.junit.Rule;
6 import org.junit.Test;
7 import org.junit.runner.RunWith;
9 import androidx.test.ext.junit.runners.AndroidJUnit4;
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
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;
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;
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/protobuf/java/core/src/test/java/com/google/protobuf/
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;
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;
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/wrapper/enc/
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;
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;
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
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/flutter/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
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/dec/
DDictionaryTest.java9 import static org.junit.Assert.assertEquals;
12 import org.junit.Test;
13 import org.junit.runner.RunWith;
14 import org.junit.runners.JUnit4;
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;

12345678910>>...40