use of com.yahoo.athenz.auth.impl.CertificateAuthority in project athenz by yahoo.
the class CertificateAuthorityTest method testGetDomain.
@Test
public void testGetDomain() {
CertificateAuthority authority = new CertificateAuthority();
authority.initialize();
assertNull(authority.getDomain());
}
Aggregations