public class ShouldBeNotSimilar
extends org.assertj.core.error.BasicErrorMessageFactory
Modifier | Constructor and Description |
---|---|
private |
ShouldBeNotSimilar(java.lang.String controlSystemId,
java.lang.String testSystemId,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
static ShouldBeNotSimilar |
shouldBeNotIdentical(java.lang.String controlSystemId,
java.lang.String testSystemId) |
static ShouldBeNotSimilar |
shouldBeNotSimilar(java.lang.String controlSystemId,
java.lang.String testSystemId) |
private ShouldBeNotSimilar(java.lang.String controlSystemId, java.lang.String testSystemId, java.lang.String type)
public static ShouldBeNotSimilar shouldBeNotIdentical(java.lang.String controlSystemId, java.lang.String testSystemId)
public static ShouldBeNotSimilar shouldBeNotSimilar(java.lang.String controlSystemId, java.lang.String testSystemId)