Beispiel #1
0
 @Test
 public void testCreateNewManagedServiceFactoryConfigurationFile() throws Exception {
   managedServiceFactoryNewConfig.addConfigurationFileAndWait(configAdmin);
   managedServiceFactoryNewConfig.assertFileMovedToProcessedDirectory();
 }
Beispiel #2
0
 @Test
 public void aRunFirstTestStartUpWithExistingManagedServiceFactoryConfigurationFile()
     throws Exception {
   managedServiceFactoryStartupConfig.assertConfigurationPropertiesSet(configAdmin);
   managedServiceFactoryStartupConfig.assertFileMovedToProcessedDirectory();
 }