Index
All Classes and Interfaces|All Packages
A
- assertThat(Class<?>) - Static method in class org.assertj.reflection.ReflectionAssertions
-
Creates a new instance of
ClassAssert. - assertThat(Constructor<?>) - Static method in class org.assertj.reflection.ReflectionAssertions
-
Creates a new instance of
ConstructorAssert. - assertThat(Field) - Static method in class org.assertj.reflection.ReflectionAssertions
-
Creates a new instance of
FieldAssert. - assertThat(Method) - Static method in class org.assertj.reflection.ReflectionAssertions
-
Creates a new instance of
MethodAssert.
C
- ClassAssert - Class in org.assertj.reflection
-
Assertions for the
Classtype. - ClassAssert(Class<?>) - Constructor for class org.assertj.reflection.ClassAssert
-
Creates a new
ClassAssert. - ConstructorAssert - Class in org.assertj.reflection
-
Assertions for the
Constructortype. - ConstructorAssert(Constructor<?>) - Constructor for class org.assertj.reflection.ConstructorAssert
-
Creates a new
ConstructorAssert.
F
- FieldAssert - Class in org.assertj.reflection
-
Assertions for the
Fieldtype. - FieldAssert(Field) - Constructor for class org.assertj.reflection.FieldAssert
-
Creates a new
FieldAssert.
H
- hasDeclaredConstructor(Class<?>...) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classhas a declared constructor with the given argument types. - hasDeclaredConstructor(Class<?>[], Consumer<ConstructorAssert>) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classhas a declared constructor with multiple arguments. - hasDeclaredConstructor(Class<?>, Consumer<ConstructorAssert>) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classhas a declared constructor with a single argument. - hasDeclaredConstructor(Consumer<ConstructorAssert>) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classhas a declared constructor with no arguments. - hasDeclaredField(String) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classhas a declared field with the given name. - hasDeclaredField(String, Consumer<FieldAssert>) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classhas a declared field with the given name. - hasDeclaredMethod(String, Class<?>...) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classhas a declared method with the given name and argument types. - hasDeclaredMethod(String, Class<?>[], Consumer<MethodAssert>) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classhas a declared method with the given name and multiple arguments. - hasDeclaredMethod(String, Class<?>, Consumer<MethodAssert>) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classhas a declared method with the given name and a single argument. - hasDeclaredMethod(String, Consumer<MethodAssert>) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classhas a declared method with the given name and no arguments. - hasNoDeclaredConstructor(Class<?>...) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classdoes not have a declared constructor with the given argument types. - hasNoDeclaredField(String) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classdoes not have a declared field with the given name. - hasNoDeclaredMethod(String, Class<?>...) - Method in class org.assertj.reflection.ClassAssert
-
Verifies that the
Classhas a declared method with the given name and argument types. - hasReturnType(Class<?>) - Method in class org.assertj.reflection.MethodAssert
-
Verifies that the
Methodhas the expected return type. - hasType(Class<?>) - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldhas the expected type.
I
- isFinal() - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldis final. - isNotFinal() - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldis not final. - isNotPackagePrivate() - Method in class org.assertj.reflection.ConstructorAssert
-
Verifies that the
Constructoris not package-private. - isNotPackagePrivate() - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldis not package-private. - isNotPackagePrivate() - Method in class org.assertj.reflection.MethodAssert
-
Verifies that the
Methodis not package-private. - isNotPrivate() - Method in class org.assertj.reflection.ConstructorAssert
-
Verifies that the
Constructoris not private. - isNotPrivate() - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldis not private. - isNotPrivate() - Method in class org.assertj.reflection.MethodAssert
-
Verifies that the
Methodis not private. - isNotProtected() - Method in class org.assertj.reflection.ConstructorAssert
-
Verifies that the
Constructoris not protected. - isNotProtected() - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldis not protected. - isNotProtected() - Method in class org.assertj.reflection.MethodAssert
-
Verifies that the
Methodis not protected. - isNotPublic() - Method in class org.assertj.reflection.ConstructorAssert
-
Verifies that the
Constructoris not public. - isNotPublic() - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldis not public. - isNotPublic() - Method in class org.assertj.reflection.MethodAssert
-
Verifies that the
Methodis not public. - isNotStatic() - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldis not static. - isNotStatic() - Method in class org.assertj.reflection.MethodAssert
-
Verifies that the
Methodis not static. - isPackagePrivate() - Method in class org.assertj.reflection.ConstructorAssert
-
Verifies that the
Constructoris package-private. - isPackagePrivate() - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldis package-private. - isPackagePrivate() - Method in class org.assertj.reflection.MethodAssert
-
Verifies that the
Methodis package-private. - isPrivate() - Method in class org.assertj.reflection.ConstructorAssert
-
Verifies that the
Constructoris private. - isPrivate() - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldis private. - isPrivate() - Method in class org.assertj.reflection.MethodAssert
-
Verifies that the
Methodis private. - isProtected() - Method in class org.assertj.reflection.ConstructorAssert
-
Verifies that the
Constructoris protected. - isProtected() - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldis protected. - isProtected() - Method in class org.assertj.reflection.MethodAssert
-
Verifies that the
Methodis protected. - isPublic() - Method in class org.assertj.reflection.ConstructorAssert
-
Verifies that the
Constructoris public. - isPublic() - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldis public. - isPublic() - Method in class org.assertj.reflection.MethodAssert
-
Verifies that the
Methodis public. - isStatic() - Method in class org.assertj.reflection.FieldAssert
-
Verifies that the
Fieldis static. - isStatic() - Method in class org.assertj.reflection.MethodAssert
-
Verifies that the
Methodis static.
M
- MethodAssert - Class in org.assertj.reflection
-
Assertions for the
Methodtype. - MethodAssert(Method) - Constructor for class org.assertj.reflection.MethodAssert
-
Creates a new
MethodAssert.
O
- org.assertj.reflection - package org.assertj.reflection
R
- ReflectionAssertions - Class in org.assertj.reflection
-
Entry point for assertion methods for different reflection types.
T
- throwsException(Class<? extends Exception>) - Method in class org.assertj.reflection.MethodAssert
-
Verifies that the
Methoddeclares the given exception to be thrown.
All Classes and Interfaces|All Packages