Skip to content

Revisions

  • Restore Quickstart! Sorry for that, I didn't expect this repository to be redoctable. -_-

    @potokaalex potokaalex committed Jul 4, 2024
  • Created Quickstart (markdown)

    @potokaalex potokaalex committed Jul 4, 2024
  • Destroyed Quickstart (markdown)

    @potokaalex potokaalex committed Jul 4, 2024
  • This isn't documented well enough, I see a lot of people instantiating the same mocks before every test instead of creating it once and using Mock.Reset method

    @alamb3142 alamb3142 committed Jan 2, 2024
  • Modify moqthis.com --> http://moq.github.io/moq4/

    @SeanKilleen SeanKilleen committed May 12, 2022
  • Add hint that only overridable methods can be set up

    @stakx stakx committed May 12, 2022
  • had to write out the services more to explicitly explain how the InSequence method works

    @sammychinedu2ky sammychinedu2ky committed May 3, 2022
  • The protected member needs to be virtual to be able to be override.

    @goyzhang goyzhang committed Jun 29, 2021
  • Make "Async Methods" a sub-section of "Methods"

    @stakx stakx committed Jan 16, 2021
  • Add outline at top of page

    @stakx stakx committed Jan 16, 2021
  • Add some info about setting up async methods

    @stakx stakx committed Jan 16, 2021
  • Updated Quickstart (markdown)

    @stakx stakx committed Dec 22, 2020
  • Generic type argument matching: give `object` priority over `It.IsAnyType`

    @stakx stakx committed Dec 22, 2020
  • Added a note how to match generic type arguments in Moq < 4.13

    @akorczynskikcura akorczynskikcura committed Dec 22, 2020
  • Make it more explicit on how to use an arbitrary interface to get more insights on a protected method. Based in the info provided in #934

    @siprbaum siprbaum committed Oct 26, 2020
  • Fix incorrect invocation of `VerifyRemove` (event _remove_ method is required)

    @tomasdeml tomasdeml committed Jul 7, 2020
  • Remove outdated Silverlight reference

    @stakx stakx committed Apr 29, 2020
  • Explaining how to verify that a group of calls happened in sequence via MockSequence and InSequence

    @linkel linkel committed Feb 5, 2020
  • Updated Quickstart (markdown)

    @informatorius informatorius committed Sep 19, 2019
  • add callback which sets mock setup property

    @informatorius informatorius committed Sep 19, 2019
  • Add SetupAdd, SetupRemove, VerifyAdd, VerifyRemove

    @stakx stakx committed Sep 1, 2019
  • Updated Quickstart (markdown)

    @stakx stakx committed Aug 31, 2019
  • Move generic type argument matching to "Advanced features" :-D

    @stakx stakx committed Aug 31, 2019
  • Add section about generic type matching

    @stakx stakx committed Aug 31, 2019
  • Fix callback samples (fixup)

    @DAXaholic DAXaholic committed Jun 10, 2019
  • Fix callback samples

    @DAXaholic DAXaholic committed Jun 10, 2019
  • Semicolon in wrong place.

    @ptelman ptelman committed Mar 4, 2019
  • First execute Callback then Returns as default example and move Callback with different return values to section Callbacks

    @informatorius informatorius committed Feb 28, 2019
  • Updated Quickstart (markdown)

    @lazyrainynight lazyrainynight committed Jan 2, 2019
  • Updated Quickstart (markdown)

    @lazyrainynight lazyrainynight committed Jan 2, 2019