0
kicks
Do both Unit Test and Integration Test from same test code
Using Conditional Compilation, you can write test code once but make it do both unit tests using mocking as well as integration tests with all the wires connected. Learn the BDD way of doing both unit and integration test in one shot.