StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

David Tchepak

Rating
1539.24 (12,184th)
Reputation
6,912 (23,260th)
Page: 1 2 3 4
Title Δ
How to unit test a service call in xUnit and nSubstitute -0.56
CouldNotSetReturnDueToNoLastCallException when throwing exception 0.00
NSubstitute ReturnsForAnyArgs is returning null but shouldn't -1.55
How do I unit-test that a method correctly assigns a new value to a... -0.08
Can NSubstitute's DoNotCallBase() be cleared/reset? 0.00
NSubstitue mock IEnumerable Where() method 0.00
C# collection with NSubstitue proxy objects overwrite Equals 0.00
NSubstitute ambiguous call when following documentation example (bu... 0.00
NSubstitute, try catch is not working on async method configured to... +0.44
Are multiple arrangements allowed on the same method with NSubstitu... 0.00
Is partial mocking of a security a good practice? 0.00
How to return object in NSubstitute with Substitute parameters 0.00
NSubstitute test works by itself, but throws Unexpected Matcher Arg... 0.00
NSubstitute if-else condition 0.00
How to mock indexer information for the returned object in NSubstit... 0.00
How to call a function only, when in a specific case in a switch ca... -4.72
How to check received calls to indexer with NSubstitute 0.00
How does NSubstitute .Returns<T>() work? +3.61
Mocking with NSubstitute, needing some clarity. 0.00
Why NSubstitute returns only last value when multiples are specified 0.00
Cannot mock a method for multiple invocation with Returns 0.00
Unit Test NService.Send from an API Controller 0.00
Can I undo NSubstitute's Returns() substitution without recreat... 0.00
Nsubstitute: Received checks wrong method 0.00
Nunit, NCrunch and NSubstitute - Always 2 tests failing with Unexpe... 0.00
NSubstitute, assert on received calls, arguments is compared using... +2.98
returning different values in an NSubstitute mock method with an ou... 0.00
Creating a Mock for HTTPMethods 0.00
How to undo `Arg.Do<T>(() => {})` in NSubstitute 0.00
Do we lie to ourselves when creating a mock for a unit test +3.56
Custom Attributes with NSubstitute 0.00
Why does using NSubstitue.Arg.Any<string> in one group of uni... 0.00
Substitute With Property return and Collection with values with NSu... 0.00
NSubstitute Received with CONCRETE Expression<Func<T, bool>... 0.00
Using NSubstitute and Ninject to return a value +4.75
How to test set methond on nsubstitute mock 0.00
Test entities disappear after enumeration in Entity Framework 6 uni... 0.00
NSubstitute auto-mocking certain types only 0.00
Strange behaviour in LINQPad with NSubstitute 0.00
How to change the return value of a method in a unit test mid execu... +3.69
Nsubstitute check if setter has been called 0.00
NSubstitute does not print out NUnit assertion 0.00
Mock structs with NSubstitute 0.00
Can NSubstitute check calls that take an Expression<T>? -0.32
Mock result from Func with NSubstitute 0.00
NSubstitute - setting a property of the calling object 0.00
Extracting arguments from received call and assert on them 0.00
Unit test void method with NSubstitute 0.00
NSubstitute doesn't substitute method +3.69
readable substitution of IEnumerable of Interfaces +2.81