Mock Framework

Typemock Isolator; Rhino Mocks; NMock; MS Fakes(has not same mechanism with NMock)

Mock is usually used for Test-Driven Development, in order to write unit test, we need to mock certain objects using these frameworks.

你可能感兴趣的:(framework)