309310311312313314315316
} @Test public void testApplicationLoaderException() { ApplicationLoaderException exception = new ApplicationLoaderException("Error with string"); Assert.assertNotNull(exception); }