Skip to content

Commit e1d0858

Browse files
committed
Replace NuDoq link with a temporary FuGet one
1 parent 029ab2d commit e1d0858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Moq offers the following features:
8282
* Unsurpassed VS IntelliSense integration: everything supports full VS IntelliSense, from setting expectations, to specifying method call arguments, return values, etc.
8383
* No Record/Replay idioms to learn. Just construct your mock, set it up, use it and optionally verify calls to it (you may not verify mocks when they act as stubs only, or when you are doing more classic state-based testing by checking returned values from the object under test)
8484
* VERY low learning curve as a consequence of the previous three points. For the most part, you don't even need to ever read the documentation.
85-
* Granular control over mock behavior with a simple [MockBehavior](http://www.nudoq.org/#!/Packages/Moq/Moq/MockBehavior) enumeration (no need to learn what's the theoretical difference between a mock, a stub, a fake, a dynamic mock, etc.)
85+
* Granular control over mock behavior with a simple [MockBehavior](https://www.fuget.org/packages/Moq/4.16.1/lib/netstandard2.1/Moq.dll/Moq/MockBehavior) enumeration (no need to learn what's the theoretical difference between a mock, a stub, a fake, a dynamic mock, etc.)
8686
* Mock both interfaces and classes
8787
* Override expectations: can set default expectations in a fixture setup, and override as needed on tests
8888
* Pass constructor arguments for mocked classes

0 commit comments

Comments
 (0)