Browse by Tags

All Tags » Unit Testing (RSS)

Testing the Units

In OO there's levels of abstraction. A class, for example, abstracts a read-world concept into a encapsulated bit of code. A class is autonomous. That class lives in world with other classes and interacts with them, but is autonomous. I believe development...