public class Assert extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
assertAnnotationSetMatches(Set<? extends Annotation> annotations,
Class<? extends Annotation>... requiredAnnotationTypes) |
static void |
assertTypeListMatches(List<? extends Type> types,
Type... requiredTypes) |
static void |
assertTypeSetMatches(Set<? extends Type> types,
Type... requiredTypes) |
public static void assertAnnotationSetMatches(Set<? extends Annotation> annotations, Class<? extends Annotation>... requiredAnnotationTypes)
annotations - requiredAnnotationTypes - AssertionError - if the annotations set and required annotations do not matchpublic static void assertTypeSetMatches(Set<? extends Type> types, Type... requiredTypes)
types - requiredTypes - Copyright © 2008–2016 CDI TCK. All rights reserved.