Uses of Class
org.assertj.core.api.ClassAssert
-
Packages that use ClassAssert Package Description org.assertj.core.api -
-
Uses of ClassAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type ClassAssert Modifier and Type Field Description static InstanceOfAssertFactory<java.lang.Class,ClassAssert>
InstanceOfAssertFactories. CLASS
InstanceOfAssertFactory
for aClass
.Methods in org.assertj.core.api that return ClassAssert Modifier and Type Method Description static ClassAssert
Assertions. assertThat(java.lang.Class<?> actual)
Creates a new instance ofClassAssert
static ClassAssert
AssertionsForClassTypes. assertThat(java.lang.Class<?> actual)
Creates a new instance ofClassAssert
default ClassAssert
WithAssertions. assertThat(java.lang.Class<?> actual)
Creates a new instance ofClassAssert
ClassAssert
ClassAssert. hasAnnotations(java.lang.Class<? extends java.lang.annotation.Annotation>... annotations)
static ClassAssert
BDDAssertions. then(java.lang.Class<?> actual)
Creates a new instance ofClassAssert
-