search for: dry_up_your_unit_test

Displaying 1 result from an estimated 1 matches for "dry_up_your_unit_test".

Did you mean: dry_up_your_unit_tests
2006 Aug 14
1
Testing CRUD/Rest Controllers
I have a few simple controllers doing plain, simple crud in a standard way. now it''s not very DRY to write a funtcional test for each controller, since they are all doing the same (apart from a few variable names, but that could be easily inflected or so). is there a way to do this? e.g. does inheritance work with tests, so i define a base test first, inherit my other tests and add a few