Queuing Moq Return Values

added by BlackWasp
6/6/2011 4:10:17 PM

202 Views

Some testing scenarios require that a dependency's methods are called repeatedly. When the dependency is mocked using the Moq framework, these calls can be configured with expectations to return different results each time.


0 comments