Searched defs:test (Results 51 - 75 of 135) sorted by relevance

123456

/libcore/ojluni/src/test/java/nio/file/
H A DTestUtil.java23 // Android-changed: Adapted from jdk/test/java/nio/file/TestUtil.java
25 package test.java.nio.file;
/libcore/ojluni/src/test/java/security/cert/
H A DAKISerialNumberTest.java25 * @test
33 // jdk/test/java/security/cert/CertPathBuilder/akiExt/AKISerialNumber.java
35 package test.java.security.cert;
/libcore/ojluni/src/test/java/time/tck/java/time/zone/serial/
H A DTCKFixedZoneRulesSerialization.java101 public void test_serialization(ZoneRules test, ZoneOffset expectedOffset) throws Exception { argument
104 out.writeObject(test);
112 assertEquals(result, test);
113 assertEquals(result.getClass(), test.getClass());
H A DTCKZoneRulesSerialization.java87 private void assertSerialization(ZoneRules test) throws Exception { argument
90 out.writeObject(test);
98 assertEquals(result, test);
/libcore/ojluni/src/test/java/time/test/java/time/chrono/
H A DTestIsoChronoImpl.java57 package test.java.time.chrono;
H A DTestThaiBuddhistChronoImpl.java57 package test.java.time.chrono;
92 // Android-changed: Android doesn't support the Buddhist calendar, disable this test.
H A DTestChronoLocalDate.java57 package test.java.time.chrono;
H A DTestExampleCode.java58 package test.java.time.chrono;
/libcore/ojluni/src/test/java/time/test/java/time/format/
H A DTestCharLiteralParser.java60 package test.java.time.format;
H A DTestDateTimeFormatter.java60 package test.java.time.format;
106 DateTimeFormatter test = base.withLocale(Locale.ENGLISH);
107 assertSame(test, base);
H A DTestDateTimeTextProvider.java60 package test.java.time.format;
H A DTestPadPrinterDecorator.java60 package test.java.time.format;
H A DTestSettingsParser.java60 package test.java.time.format;
H A DTestStringLiteralParser.java60 package test.java.time.format;
H A DTestZoneOffsetPrinter.java60 package test.java.time.format;
H A DZoneName.java24 package test.java.time.format;
H A DTestNumberPrinter.java60 package test.java.time.format;
73 import test.java.time.temporal.MockFieldValue;
/libcore/ojluni/src/test/java/time/test/java/time/temporal/
H A DTestChronoField.java57 package test.java.time.temporal;
H A DMockFieldNoValue.java60 package test.java.time.temporal;
H A DTestDateTimeBuilderCombinations.java60 package test.java.time.temporal;
111 TemporalAccessor test = new TemporalAccessor() {
188 TemporalAccessor test = new TemporalAccessor() {
/libcore/luni/src/test/etc/loading-test-jar/
H A DTestMethods.java17 package test; package
28 * file. Each test method in this class is called from the same-named
128 InputStream in = cl.getResourceAsStream("test/Resource1.txt");
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldStackTraceElementTest.java25 public void pureJavaMethod(Object test) throws Exception { argument
29 native public void pureNativeMethod(Object test); argument
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
H A DKeyAgreementThread.java68 public void test() throws Exception { method in class:KeyAgreementThread
/libcore/ojluni/src/test/java/nio/file/attribute/
H A DBasicFileAttributeViewTest.java24 /* @test
26 * @summary Unit test for java.nio.file.attribute.BasicFileAttributeView
30 // jdk/test/java/nio/file/attribute/BasicFileAttributeView/Basic.java
32 package test.java.nio.file.attribute;
34 import test.java.nio.file.TestUtil;
H A DPosixFileAttributeViewTest.java24 /* @test
26 * @summary Unit test for java.nio.file.attribute.PosixFileAttributeView
30 // jdk/test/java/nio/file/attribute/PosixFileAttributeView/Basic.java
32 package test.java.nio.file.attribute;
34 import test.java.nio.file.TestUtil;
43 * Unit test for PosixFileAttributeView, passing silently if this attribute
67 // repeat test using setAttribute/getAttribute
136 // create file and test updating and reading its permissions
147 // test various modes
177 // create link (to file that doesn't exist) and test readin
[all...]

Completed in 203 milliseconds

123456