Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Time consuming database entity lookups - In writing API level tests, datasets are still used to get to a known state savings several lines of code. There is a minor drawback with using the datasets however - i.e. having to browse the database to lookup entity ids and such. A straightforward solution to this would be to write a 'cheatsheet' for each dataset perhaps in the Wiki for quick reference. 

Example

Take a look at SavingsTest.java in hudsonBuildMifos-4174