Serialized Form
-
Package org.assertj.core.api
-
Class org.assertj.core.api.SoftAssertionError extends java.lang.AssertionError implements Serializable
- serialVersionUID:
- 5034494920024670595L
-
Serialized Fields
-
errors
java.util.List<java.lang.String> errors
-
-
-
Package org.assertj.core.api.exception
-
Class org.assertj.core.api.exception.PathsException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.assertj.core.error
-
Class org.assertj.core.error.AssertJMultipleFailuresError extends org.opentest4j.MultipleFailuresError implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
heading
java.lang.String heading
-
-
Class org.assertj.core.error.MultipleAssertionsError extends java.lang.AssertionError implements Serializable
- serialVersionUID:
- -5547434453993413952L
-
Serialized Fields
-
errors
java.util.List<? extends java.lang.AssertionError> errors
-
-
-
Package org.assertj.core.util.diff
-
Class org.assertj.core.util.diff.DeltaComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.assertj.core.util.introspection
-
Class org.assertj.core.util.introspection.IntrospectionError extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
getterInvocationException
java.lang.Throwable getterInvocationException
This (nullable) field holds the original Exception thrown by the tested code during the invocation of a getter/accessor method. This allows us to reference or rethrow it if alternative means of resolving the field are unsuccessful.
-
-