Package | Description |
---|---|
org.axonframework.test.matchers |
Modifier and Type | Method and Description |
---|---|
static <T> EqualFieldsMatcher<T> |
Matchers.equalTo(T expected)
Deprecated.
Please use the
Matchers.deepEquals(Object) instead. Using this method will lead to unwanted
exceptions when ran on JDK 17 and up, due to adjustments in reflective access. |
static <T> EqualFieldsMatcher<T> |
Matchers.equalTo(T expected,
FieldFilter filter)
Deprecated.
Please use the
Matchers.deepEquals(Object, FieldFilter) instead. Using this method will lead to
unwanted exceptions when ran on JDK 17 and up, due to adjustments in reflective access. |
Copyright © 2010–2023. All rights reserved.