{
if (testAnnotation.getDataProviderClass() == null)
{
if (testAnnotation instanceof TestAnnotation)
{
TestAnnotation annoation = (TestAnnotation) testAnnotation;
annoation.setDataProviderClass(TestEnricherDataProvider.class);
annoation.setDataProvider(TestEnricherDataProvider.PROVIDER_NAME);
}
}
}