Unit tests, what's that?
by
Robert Anderson
—
last modified
Nov 10, 2008 05:50 PM
Learn about unit testing and why you should want to use them!
| When |
Dec 08, 2008
from 07:00 PM to 09:00 PM |
|---|---|
| Where | UNH Durham, Morse Hall Conference Room 301 |
| Contact Name | Robert Anderson |
| Add event to calendar |
|
What is a Unit Test?
A small piece of test code that tests specific functionality in your code.
Why should I care?
When is code done?
Will this change break anything?
How can you make sure you don't re-introduce errors?
Examples
JUnit
Python Unit tests

