0
kicks
Unit testing Facade pattern
The facade pattern is commonly used software engineering design pattern. His purpose is to provide simplified interface to a larger body of code.
This article will show you how to unit test your code.