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