!Your First WCF Service and Client in TDD with 100% of coverage
- Checkout Projet and Go to Sandbox/Wcf
- Here is Src that contain source code and Test which contain Unit test
- Now Set as starup project ServiceImplementation (Hosting) and debug Consumer
- 1 console for hosting and an other for client
- It works!
- Now go to Test Project and have a look to the Unit Test
- We Use UniMockxUnit which is a mock/test facilities
- We use WcfHostingTest which is a test facilities for service exposition