Searched refs:testProperty (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/test/sun/security/provider/SecureRandom/
H A DStrongSecureRandom.java113 private static void testProperty(String property, boolean expected) method in class:StrongSecureRandom
130 testProperty("", false);
132 testProperty("SHA1PRNG", true);
133 testProperty(" SHA1PRNG", true);
134 testProperty("SHA1PRNG ", true);
135 testProperty(" SHA1PRNG ", true);
138 testProperty("SHA1PRNG:SUN", true);
139 testProperty("Sha1PRNG:SUN", true);
140 testProperty("SHA1PRNG:Sun", false);
142 testProperty(" SHA1PRN
[all...]
/openjdk10/jdk/test/java/rmi/transport/checkFQDN/
H A DCheckFQDN.java89 testProperty("java.rmi.server.useLocalHostname", "true", "");
90 testProperty("java.rmi.server.hostname", "thisIsJustAnRMITest", "");
91 testProperty("java.rmi.server.hostname", "thisIsJustAnRMITest",
93 testProperty("", "", "");
109 public static void testProperty(String property, method in class:CheckFQDN
/openjdk10/hotspot/test/runtime/modules/
H A DIgnoreModulePropertiesTest.java43 public static void testProperty(String prop, String value) throws Exception { method in class:IgnoreModulePropertiesTest
66 testProperty(prop, value);
/openjdk10/jaxp/test/javax/xml/jaxp/functional/test/gaptest/
H A DBug4512806.java52 public void testProperty() throws TransformerConfigurationException { method in class:Bug4512806
/openjdk10/jdk/test/java/util/Calendar/
H A DSupplementalJapaneseEraTest.java81 testProperty();
95 private static void testProperty() { method in class:SupplementalJapaneseEraTest

Completed in 173 milliseconds