protected Application getApplication() {
final Application appConfig = new Application() {
@Override
@SuppressWarnings({ "unchecked", "rawtypes" })
public Set<Object> getSingletons() {
return (Set) TestUtils.createSet(new ThrowWebAppExcProvider());
}
@Override
@SuppressWarnings({ "unchecked", "rawtypes" })
public Set<Class<?>> getClasses() {