Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HowToDevelopUnitTests" page has been changed by SteveLoughran.
http://wiki.apache.org/hadoop/HowToDevelopUnitTests?action=diff&rev1=4&rev2=5
--------------------------------------------------
}
}}}
+ This test doesn't include any details as to why a test fails, so if you do a test run you
find out the name and the line of a test and are left looking that up in the source to work
out what went wrong. Some explanations help. The {{{assertEquals()}}} test will have some
meaningful message, but because the variable comes before the constant, the text will be wrong.
=== good ===
|