Serialized Form
-
Package org.assertj.core.api
-
Exception Class org.assertj.core.api.SoftAssertionError
class SoftAssertionError extends AssertionError implements Serializable- serialVersionUID:
- 5034494920024670595L
-
-
Package org.assertj.core.api.exception
-
Exception Class org.assertj.core.api.exception.PathsException
class PathsException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.assertj.core.error
-
Exception Class org.assertj.core.error.AssertJMultipleFailuresError
class AssertJMultipleFailuresError extends org.opentest4j.MultipleFailuresError implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
heading
String heading
-
-
Exception Class org.assertj.core.error.MultipleAssertionsError
class MultipleAssertionsError extends AssertionError implements Serializable- serialVersionUID:
- -5547434453993413952L
-
Serialized Fields
-
errors
List<? extends AssertionError> errors
-
-
-
Package org.assertj.core.util.diff
-
Class org.assertj.core.util.diff.DeltaComparator
class DeltaComparator extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.assertj.core.util.introspection
-
Exception Class org.assertj.core.util.introspection.IntrospectionError
class IntrospectionError extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
getterInvocationException
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.
-
-