Unit Test Module

The unit test module is designed to give developers a simple solution for Unit testing or Test Driven Development.  A lot can be said on both of those subjects, if your interested in learning about testing, why its important and what to test there are several great resources you can read.

How to create a test case

A test case should be created for each class you wish to test.  to do this,

  • create a class that extends the Unit_Test_Case class, and put it into your application/tests folder(create it if necessary).
  • Make sure your application folder is found in the unit test configuration file.