public class ShouldBeOfClassIn extends BasicErrorMessageFactory
arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldBeOfClassIn(Object actual,
Object types)
Creates a new
ShouldBeOfClassIn. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldBeOfClassIn(Object actual, Object types)
ShouldBeOfClassIn.actual - the actual value in the failed assertion.types - contains the types actual is expected to be in.ErrorMessageFactory.Copyright © 2014–2016 AssertJ. All rights reserved.