Skip to content

Commit

Permalink
[GH-16] - non-virtual received analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
tpodolak committed Jun 28, 2018
1 parent d9b41a5 commit 1512b67
Show file tree
Hide file tree
Showing 3 changed files with 647 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class FooTests
public void Test()
{
var substitute = NSubstitute.Substitute.For<Foo2>();
substitute.DidNotReceive<Foo>().Bar();
substitute.DidNotReceive<Foo2>().Bar();
}
}
}";
Expand Down
Loading

0 comments on commit 1512b67

Please sign in to comment.