@Test(expected=DempsyException.class)
public void testConfigAdaptorWithKeyStore() throws Throwable
{
ApplicationDefinition app = new ApplicationDefinition("test");
ClusterDefinition cd = new ClusterDefinition("test-slot");
cd.setAdaptor(new Adaptor()
{
@Override
public void stop(){ }
@Override