Unit Test Naming [Updated]
Just stumbled across several blog postings on unit test naming.
Essentially the TestCase will name the fixture. That's pretty easy to understand.
The cool part is this: each test method is a two-part clause: condition_"should"_result or "when"_condition_"then"_result.
See https://wiki.openmrs.org/display/docs/Unit …
more ...