Searched refs:checkNotSame (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKerberosHashEqualsTest.java52 void checkNotSame(Object o1, Object o2) { method in class:KerberosHashEqualsTest
75 checkNotSame(k1, k2);
76 checkNotSame(k2, k1);
78 checkNotSame(k1, k2); // even if they are both destroyed
79 checkNotSame(k2, k1);
85 checkNotSame(k1, k2); // Different principal name
88 checkNotSame(k1, k2); // Different password
91 checkNotSame(k1, k2); // Different keytype
94 checkNotSame(k1, k2); // Different version
97 checkNotSame(k
[all...]
/openjdk7/jdk/test/javax/security/auth/kerberos/
H A DKerberosHashEqualsTest.java51 void checkNotSame(Object o1, Object o2) { method in class:KerberosHashEqualsTest
65 checkNotSame(k1, k2);
68 checkNotSame(k2, k1);
73 checkNotSame(k1, k2);
75 checkNotSame(k1, k2);
77 checkNotSame(k1, k2);
79 checkNotSame(k1, k2);
82 checkNotSame(k1, k2); // null to non-null
86 checkNotSame(k1, "Another Object");
94 checkNotSame(t
[all...]

Completed in 29 milliseconds