*
* @throws Exception if any error occurs
*/
@Test
public void testCreateApplicationContextPackages() throws Exception {
TestClass testClass = new TestClass(ClientClassesAnnotatedClass.class);
TestScopeApplicationContext result = instance.createApplicationContext(testClass);
assertNotNull("The result was null.", result);
assertTrue("The application context should be marked as closable.", result.isClosable());