|
|
|
|
|
by keytweetlouie
5758 days ago
|
|
A test that isolates a unit of work from the main program. It can be many functions or one. The idea is to "exercise" your code. That way when it's used in a full integrated flow there are no surprises. Check out TestDrivenDevelopment methodology. |
|