Unit tests should:
be unambiguous
succeed quietly
be repeatable
be fast
be automatic
How to make a unit test
Skeleton unit test
Testing boolean values
Test for expected values
Test for exception
Package unit test
How to run a unit test
Unit test strategies
What directory?
What name?
What methods to test?