Browse by Tags

All Tags » Unit Testing » Software Development (RSS)
Sorry, but there are no more tags available to filter with.

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...