/
Run unit tests without dependencies

Run unit tests without dependencies

Unit test frameworks which encourage complexities like having “set up” and “tear down” methods are a bad idea. It’s best to use a unit test framework which runs the tests independently, atomically and on multiple threads.

 

Related content

Ever unintentionally broken a library you were working on?
Ever unintentionally broken a library you were working on?
More like this
Unit tests which take too long to run hurt the effectiveness of your system
Unit tests which take too long to run hurt the effectiveness of your system
More like this
Cross platform unit tests are especially helpful!
Cross platform unit tests are especially helpful!
Read with this
Should you have one unit test or many?
Should you have one unit test or many?
More like this
External environmental factors in unit tests which you do not control are a problem
External environmental factors in unit tests which you do not control are a problem
Read with this
Unit test with race conditions are a problem
Unit test with race conditions are a problem
More like this