nesl247
04/25/2017, 6:05 PMinCompilationProduct.toCompiledProduct().shouldEqual(expected)
using Kluent. I’ve tried with assertEquals from Junit just to be sure it wasn’t something Kluent was doing, but it isn’t.poohbar
04/25/2017, 6:07 PM.equals
call and check why is it returning false.nesl247
04/25/2017, 6:08 PMexpected.equals(actual)
, and I compare the string representation of both, they are identical according to IntelliJ.poohbar
04/25/2017, 7:43 PM