OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:provTest
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Provider2Test.java
47
TestProvider
provTest
= new TestProvider("
provTest
", 1.2,
56
provTest
.put("test.prop", "this is a test property");
59
provTest
.entrySet().add(new MyEntry());
72
"contains nothings, purely for testing the class",
provTest
82
"
provTest
",
provTest
.getName());
91
1.2,
provTest
.getVersion(), 0);
99
provTest
.put("test.prop", "this is a test property");
101
provTest
.keySet().add("another property key")
[
all
...]
Security2Test.java
85
Provider
provTest
[] = null;
90
provTest
= Security.getProviders(filterString);
95
+ filterString, expected,
provTest
.length);
103
provTest
= Security.getProviders("Signature.SHA1withDSA :512");
218
Provider
provTest
[] = Security.getProviders(filter);
219
if (
provTest
== null) {
224
getProvidersCount(filter),
provTest
.length);
231
provTest
= Security.getProviders(filter);
232
if (
provTest
== null) {
238
getProvidersCount(filter),
provTest
.length)
[
all
...]
Completed in 31 milliseconds