public class ShouldBeValueClassWithStartPoint
extends org.assertj.core.error.BasicErrorMessageFactory
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldBeValueClassWithStartPoint(Value actual,
Class<?> expected)
Creates a new
. |
public static org.assertj.core.error.ErrorMessageFactory shouldBeValueClassWithStartPoint(Value actual, Class<?> expected)
ShouldBeValueClassWithStartPoint.actual - The actual value in the failed assertion.expected - The expected class.ErrorMessageFactory.Copyright © 2015–2017 AssertJ. All rights reserved.