Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Duncan CummingDuncan CummingComponents
Fix versions
Priority
Minor
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Duncan Cumming
Duncan CummingComponents
Fix versions
Priority
Sentry
Sentry
Sentry
Created February 5, 2014 at 4:34 PM
Updated May 11, 2014 at 6:41 AM
Resolved May 9, 2014 at 8:02 PM
using assertEquals(foo, bar) will output what foo and bar are if the assertion fails.
If we specify the 3rd optional parameter for an error message, using assertEquals(foo, bar, "foo"), will only output the message.
MXUnit would also in this case include the two variables too. Would be very convenient if you could make TestBox do the same too. Otherwise we would need to rewrite many tests to also dump them out, or remove our own error messages.