Home
last modified time | relevance | path

Searched refs:junit (Results 1 – 25 of 78) sorted by relevance

1234

/system/tools/aidl/tests/java/src/android/aidl/tests/
DVintfTests.java22 import static org.junit.Assert.assertNotNull;
23 import static org.junit.Assert.assertThat;
24 import static org.junit.Assert.assertTrue;
25 import static org.junit.Assert.fail;
26 import static org.junit.Assume.assumeTrue;
34 import org.junit.Before;
35 import org.junit.Test;
36 import org.junit.runner.RunWith;
37 import org.junit.runners.JUnit4;
DAidlJavaTests.java3 import org.junit.internal.TextListener;
4 import org.junit.runner.JUnitCore;
5 import org.junit.runner.Result;
10 JUnitCore junit = new JUnitCore(); in main() local
11 junit.addListener(new TextListener(System.out)); in main()
12 Result result = junit.run(ExtensionTests.class, GenericTests.class, in main()
DTestVersionedInterface.java20 import static org.junit.Assert.assertNotNull;
21 import static org.junit.Assert.assertThat;
22 import static org.junit.Assert.assertTrue;
30 import org.junit.Before;
31 import org.junit.Rule;
32 import org.junit.Test;
33 import org.junit.rules.ExpectedException;
34 import org.junit.runner.RunWith;
35 import org.junit.runners.JUnit4;
DNullableTests.java19 import static org.junit.Assert.assertNotNull;
20 import static org.junit.Assert.assertThat;
21 import static org.junit.Assert.fail;
22 import static org.junit.Assume.assumeTrue;
33 import org.junit.Before;
34 import org.junit.Test;
35 import org.junit.runners.JUnit4;
36 import org.junit.runner.RunWith;
DUnionTests.java20 import static org.junit.Assert.assertFalse;
21 import static org.junit.Assert.assertThat;
22 import static org.junit.Assert.assertTrue;
35 import org.junit.Test;
36 import org.junit.runner.RunWith;
37 import org.junit.runners.JUnit4;
DGenericTests.java20 import static org.junit.Assert.assertThat;
28 import org.junit.Test;
29 import org.junit.runner.RunWith;
30 import org.junit.runners.JUnit4;
/system/apex/tests/src/com/android/tests/apex/
DApexTargetPrepTest.java22 import org.junit.After;
23 import org.junit.Assert;
24 import org.junit.Before;
25 import org.junit.Test;
26 import org.junit.runner.RunWith;
DApexE2EBaseHostTest.java22 import static org.junit.Assume.assumeTrue;
34 import org.junit.After;
35 import org.junit.Assert;
36 import org.junit.Before;
37 import org.junit.Rule;
38 import org.junit.Test;
DMediaSwCodecHostTest.java19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.assertTrue;
27 import org.junit.runner.RunWith;
DMediaHostTest.java19 import static org.junit.Assert.assertEquals;
20 import static org.junit.Assert.assertTrue;
26 import org.junit.runner.RunWith;
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneUsageTest.java19 import org.junit.Test;
23 import static org.junit.Assert.assertEquals;
24 import static org.junit.Assert.assertFalse;
25 import static org.junit.Assert.assertNull;
26 import static org.junit.Assert.assertTrue;
27 import static org.junit.Assert.fail;
DTreeNodeTest.java19 import org.junit.Test;
26 import static org.junit.Assert.assertEquals;
27 import static org.junit.Assert.assertFalse;
28 import static org.junit.Assert.assertNull;
29 import static org.junit.Assert.assertSame;
30 import static org.junit.Assert.assertTrue;
31 import static org.junit.Assert.fail;
DCountryZoneTreeTest.java21 import org.junit.Test;
27 import static org.junit.Assert.assertEquals;
28 import static org.junit.Assert.assertFalse;
29 import static org.junit.Assert.assertNull;
30 import static org.junit.Assert.assertTrue;
31 import static org.junit.Assert.fail;
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/src/androidTest/java/com/example/simpleperf/simpleperfexampleofkotlin/
DExampleInstrumentedTest.kt6 import org.junit.Test
7 import org.junit.runner.RunWith
9 import org.junit.Assert.*
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/androidTest/java/com/example/simpleperf/simpleperfexamplepurejava/
DExampleInstrumentedTest.java3 import static org.junit.Assert.*;
10 import org.junit.Test;
11 import org.junit.runner.RunWith;
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/androidTest/java/com/example/simpleperf/simpleperfexamplewithnative/
DExampleInstrumentedTest.java3 import static org.junit.Assert.*;
10 import org.junit.Test;
11 import org.junit.runner.RunWith;
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DBackwardFileTest.java19 import static junit.framework.TestCase.assertEquals;
20 import static org.junit.Assert.assertTrue;
21 import static org.junit.Assert.fail;
25 import org.junit.After;
26 import org.junit.Before;
27 import org.junit.Test;
DZoneTabFileTest.java21 import org.junit.After;
22 import org.junit.Before;
23 import org.junit.Test;
34 import static junit.framework.TestCase.assertEquals;
35 import static org.junit.Assert.assertTrue;
DUtilsTest.java19 import org.junit.Test;
31 import static org.junit.Assert.assertEquals;
32 import static org.junit.Assert.assertFalse;
33 import static org.junit.Assert.assertTrue;
34 import static org.junit.Assert.fail;
/system/core/fs_mgr/tests/src/com/android/tests/vendoroverlay/
DVendorOverlayHostTest.java28 import org.junit.After;
29 import org.junit.Assert;
30 import org.junit.Assume;
31 import org.junit.Before;
32 import org.junit.Test;
33 import org.junit.runner.RunWith;
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/src/test/java/com/example/simpleperf/simpleperfexampleofkotlin/
DExampleUnitTest.kt3 import org.junit.Test
5 import org.junit.Assert.*
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/test/java/com/example/simpleperf/simpleperfexamplepurejava/
DExampleUnitTest.java3 import org.junit.Test;
5 import static org.junit.Assert.*;
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/test/java/com/example/simpleperf/simpleperfexamplewithnative/
DExampleUnitTest.java3 import org.junit.Test;
5 import static org.junit.Assert.*;
/system/timezone/input_tools/android/telephonylookup_generator/src/test/java/com/android/libcore/timezone/telephonylookup/
DTelephonyLookupGeneratorTest.java21 import static junit.framework.Assert.assertEquals;
22 import static org.junit.Assert.assertFalse;
23 import static org.junit.Assert.assertTrue;
29 import org.junit.After;
30 import org.junit.Before;
31 import org.junit.Test;
/system/timezone/input_tools/android/common/src/test/java/com/android/libcore/timezone/util/
DErrorsTest.java19 import org.junit.Test;
21 import static org.junit.Assert.assertFalse;
22 import static org.junit.Assert.assertTrue;
23 import static org.junit.Assert.fail;

1234