Test By Wire


Version: 2.2
Size:
335KB
Requirements:
No special requirements
Price:
Free
System:
Windows XP/2000/98
Rating:
4.7
License:
LGPL

Description - Test By Wire



TestByWire is an extension to your Unit Test framework , which automatically injects dependencies, makes it easy to stub calls and makes stubbing of private non-injected dependencies possible. Additionally, TestByWire introduces a new BDD like syntax that strictly enforces AAA unit testing. This will make sure you call only one method on your test target and only makes one assert in each test. Using TestByWire has shown to actually make the production code adhere to the SOLID principles as a side effect to the strict way of testing.



More in Components & Libraries-Test By Wire

Testing Dependencies Aaa Unit Testing