Package org.assertj.core.error
Class ShouldBeOfClassIn
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeOfClassIn
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that an object is of type in group of types failed.
- Author:
- Nicolas François
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldBeOfClassIn(Object actual, Object types) Creates a new.ShouldBeOfClassInMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldBeOfClassIn
Creates a new.ShouldBeOfClassIn- Parameters:
actual- the actual value in the failed assertion.types- contains the typesactualis expected to be in.- Returns:
- the created
ErrorMessageFactory.
-