Package org.assertj.core.error
Class ShouldBeExactlyInstanceOf
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeExactlyInstanceOf
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that an object is exactly an instance of some
type failed.
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateShouldBeExactlyInstanceOf(Object actual, Class<?> type) privateShouldBeExactlyInstanceOf(Throwable throwable, Class<?> type) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldBeExactlyInstance(Object actual, Class<?> type) Creates a new.ShouldBeExactlyInstanceOfMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
ShouldBeExactlyInstanceOf
-
ShouldBeExactlyInstanceOf
-
-
Method Details
-
shouldBeExactlyInstance
Creates a new.ShouldBeExactlyInstanceOf- Parameters:
actual- the actual value in the failed assertion.type- the typeactualis expected to be.- Returns:
- the created
ErrorMessageFactory.
-