public class ShouldNotHaveSameClass extends BasicErrorMessageFactory
arguments, format
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldNotHaveSameClass(java.lang.Object actual,
java.lang.Object other)
Creates a new
ShouldNotHaveSameClass . |
create, equals, hashCode, toString
public static ErrorMessageFactory shouldNotHaveSameClass(java.lang.Object actual, java.lang.Object other)
ShouldNotHaveSameClass
.actual
- the actual value in the failed assertion.other
- the type actual
is expected to be.ErrorMessageFactory
.Copyright © 2007–2018. All rights reserved.