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