ErrorMessageFactory
public class ShouldBeOfClassIn extends BasicErrorMessageFactory
arguments, format
Modifier and Type | Method | Description |
---|---|---|
static ErrorMessageFactory |
shouldBeOfClassIn(Object actual,
Object types) |
Creates a new
ShouldBeOfClassIn . |
create, create, create, equals, hashCode, toString, unquotedString
public 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–2019. All rights reserved.