Граф коммитов

25 Коммитов

Автор SHA1 Сообщение Дата
Matthew Richardson 28ed8cdfbd
Update Tutorial.md
Add comment about configuration codegen output.
2019-01-28 10:31:05 +00:00
Nehme Bilal 949368fc3a
Update Tutorial.md 2018-03-08 20:40:22 -08:00
Nehme Bilal 55560b9be3
Update developers documentation 2018-02-14 10:40:14 -08:00
Johan Laanstra 58aa7699a3 Update docs. 2018-01-30 18:11:34 -08:00
Ahmed Rashad Mohamed 7ffbdbc45c
Added example for generic interface in ignored interfaces. 2018-01-10 13:00:24 +01:00
Nehme Bilal c57df38531 Add debugging instructions to dev documentation 2017-06-22 10:52:13 -07:00
Nehme Bilal 4f85adeb6a Revert "Update Tutorial.md"
This reverts commit 3ae08a7f93.
2017-02-09 14:03:41 -08:00
Nehme Bilal 3ae08a7f93 Update Tutorial.md 2017-02-09 13:44:24 -08:00
mclift 79184af15a Change the default MockBehavior to "Loose". 2017-02-02 19:12:15 +00:00
mclift aea146fc6f Replace WithDefaultBehavior method with ctor parameter and public property. 2017-02-02 16:36:47 +00:00
mclift 864a0eefb1 Typo in Tutorial pages; removed unused parameter from IMethodStubber.SubMethod. 2017-01-31 21:05:31 +00:00
mclift e934be1c66 Fix NullReferenceException being thrown when stub method returns null; increase test coverage and split test cases out by category. 2017-01-31 18:32:20 +00:00
mclift 4341e68c0b Add support for loose mock behaviors 2017-01-26 11:09:40 +00:00
Nehme Bilal 8891bf03b4 Fix typo 2016-12-06 06:28:31 -08:00
Nehme Bilal 31ca1b8c80 Update DeveloperDocumentation.md 2016-12-06 06:24:32 -08:00
nbilal 22cb080a50 Minor cleanup 2016-11-15 23:10:49 -08:00
poplawskidaniel 9c9527ce4c Add possibility to generate stubs for current project (not only refrenced projects) 2016-11-15 22:31:07 -08:00
Nehme Bilal a419c7788a Add Developer Documentation 2016-11-10 15:18:08 -08:00
nbilal b93154c152 Add support for indexers 2016-09-05 14:04:05 -07:00
Nehme Bilal f39e72bf43 Update Tutorial.md 2016-08-20 09:56:21 -07:00
Nehme Bilal f9bb0bdd75 Add call count setup documentation 2016-08-18 15:25:36 -07:00
Nehme Bilal b00f5c0f11 Add trick for reducing compile time to docs 2016-08-16 17:59:15 -07:00
Nehme Bilal a02c2e2935 Update tutorial: Generic constraints are supported 2016-08-16 17:48:48 -07:00
Nehme Bilal 8de7730ed6 Support generic methods and ref/out parameters
This commit also involves a major change in SimpleStubs Api.
Properties that were used for stubbing have been replaced with setup
methods that have the same name as the methods being stubbed. The new Api
is fluent, simple and more readeable (no more _int_string naming style).
2016-07-14 15:29:43 -07:00
nbilal bb9b4b4501 Add source code 2016-05-19 09:54:29 -07:00