I'm currently working with arrays as inputs to my data parameterized test fixtures in ScalaTest and this is what I'm getting:
ArrayIndexOutOfBoundsException was thrown during property evaluation. (SortingSpec.scala:43)
Message: 2
Occurred at table row 2 (zero based, not counting headings), which had values (
Input = [I@17c386de,
Expected = [I@5af97850
)
Is there some way to turn this descriptions into something more meaningful?
Thanks