Skip navigation.

Unit testing and accessing external systems

Unit testing and accessing external systems

There's a lot of talk about how unit tests shouldn't touch the network or the file system or databases whilst they're running. Michael Feathers even has a set of unit test "rules" (A Set of Unit Testing Rules) which go...
Posted by Len at 02:42 PM | Comments (0) | Categories: Testing