/**
* Tests that all the mock objects can be initialised correctly.
*/
public void testInitialisation() {
new CertificateMock("certificate", expectations);
new DomainCombinerMock("domainCombiner", expectations);
new GuardMock("guard", expectations);
new KeyMock("key", expectations);
new PrincipalMock("principal", expectations);
new PrivateKeyMock("privateKey", expectations);