Spring 2013

Lab08
Testing

Due: Thursday May 09, 2013 11:59 PM

Lab08 - Testing

Requirements

All required tests written50 pts
Tests passing20 pts
Tests test what should be tested30 pts
Total100 pts

Resources

Objective

To practice with test driven development

Instructions

For this lab you will simply need to add tests to your previous lab. Every custom method added to a model will require a test and every controller action will require a test.