ComparisonFailException
class ComparisonFailException(val message: String, val obtained: Any, val expected: Any, val location: Location) extends ComparisonFailure with FailExceptionLike[ComparisonFailException]
The base exception for all comparison failures.
The base exception for all comparison failures.
This class exists so that it can extend org.junit.ComparisonFailure,
which is recognised by IntelliJ so that users can optionally compare the
obtained/expected values in a GUI diff explorer.
- Value Params
- expected
the expected value from this comparison.
- location
the source location where this exception was thrown.
- message
the exception message.
- obtained
the obtained value from this comparison.
class ComparisonFailure
class AssertionError
class Error
class Throwable
trait Serializable
class Object
trait Matchable
class Any