↧
Source code checked in, #475613a0810b
Added SetupEventByName method for setting up events by name
View ArticleSource code checked in, #4dcc64b0305d
Made verifications thread-safe (now uses an immutable list underneath)
View ArticleSource code checked in, #4cd614d8a764
Fixed typo on Returns of function - constaint was not enforced - thanks to James D'Angelo for the repro
View ArticleSource code checked in, #7646b2cb803d
Foq 1.5.1 bits - fix for AutoFixture issue - reinstated default constructor for Mock type
View ArticleSource code checked in, #b0d7e143d7c4
expect method is called the specified number of times unit test
View ArticleSource code checked in, #19d96012374a
Expected calls are now only validated on call and fully verified on verify all
View ArticleSource code checked in, #1ae098c7e89a
Optimistic handling of single out args specified via a tuple return value
View ArticleSource code checked in, #dc56a063a327
Handle multiple out arguments & methods with out arguments and void return
View ArticleSource code checked in, #9606bc475eca
Receive byref args in Calls by value (requires SetupByName)
View Article