( kmARC | 2015. 06. 04., cs – 15:56 )

> ezt így ebben a formában ezt pont nem olvastam ki belőle :)
Akkor olvasd el még egyszer :-)

A test is not a unit test if:
* It talks to the database
* It touches the file system
* It can't run at the same time as any of your other unit tests
* You have to do special things to your environment (such as editing config files) to run it.

(forrás: http://www.artima.com/weblogs/viewpost.jsp?thread=126923)