assertEquals("result1", fwd.getName());
assertNotNull(mapping.findException(NullPointerException.class));
assertNotNull(mapping.findExceptionConfig("java.lang.IllegalStateException"));
ExceptionConfig[] exceptionConfigs = mapping.findExceptionConfigs();
assertNotNull(exceptionConfigs);
assertEquals(2, exceptionConfigs.length);
ModuleConfig moduleConfig = mapping.getModuleConfig();
assertNotNull(moduleConfig);