public class ShouldBeValueTypeWithStartPoint
extends org.assertj.core.error.BasicErrorMessageFactory
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldBeValueTypeWithStartPoint(Value actual,
ValueType tested,
ValueType expected)
Creates a new
. |
public static org.assertj.core.error.ErrorMessageFactory shouldBeValueTypeWithStartPoint(Value actual, ValueType tested, ValueType expected)
ShouldBeValueTypeWithStartPoint.actual - The actual value in the failed assertion.tested - The tested type.expected - The expected type.ErrorMessageFactory.Copyright © 2015–2017 AssertJ. All rights reserved.