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

/libcore/luni/src/test/java/libcore/javax/security/auth/x500/
H A DX500PrincipalTest.java126 expectExceptionInDNConstructor("cn=\\n");
127 expectExceptionInDNConstructor("cn=a;b");
128 expectExceptionInDNConstructor("cn= #a");
129 expectExceptionInDNConstructor("l=a,cn=+p");
130 expectExceptionInDNConstructor("l=+a,cn=p");
131 expectExceptionInDNConstructor("\nl=q\n,cn=p");
132 expectExceptionInDNConstructor("\tl=q,cn=p");
133 expectExceptionInDNConstructor("<=q,cn=p");
134 expectExceptionInDNConstructor("l=q\n,,cn=p");
135 expectExceptionInDNConstructor("
166 private void expectExceptionInDNConstructor(String dn) { method in class:X500PrincipalTest
[all...]

Completed in 96 milliseconds