Merge pull request #5673 from izeye/patch-50
* patch-50: Remove a test doing nothing
This commit is contained in:
commit
bf1fcfc852
|
|
@ -78,10 +78,6 @@ public class FilterAnnotationsTests {
|
||||||
assertThat(match(filterAnnotations, ExampleWithoutAnnotation.class)).isTrue();
|
assertThat(match(filterAnnotations, ExampleWithoutAnnotation.class)).isTrue();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public void anyMatches() throws Exception {
|
|
||||||
}
|
|
||||||
|
|
||||||
private FilterAnnotations get(Class<?> type) {
|
private FilterAnnotations get(Class<?> type) {
|
||||||
Filters filters = AnnotatedElementUtils.getMergedAnnotation(type, Filters.class);
|
Filters filters = AnnotatedElementUtils.getMergedAnnotation(type, Filters.class);
|
||||||
return new FilterAnnotations(getClass().getClassLoader(), filters.value());
|
return new FilterAnnotations(getClass().getClassLoader(), filters.value());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue