StubExtensions Class

Moq 2.6

Adds Stub extension method to a mock so that you can stub properties.

Namespace:  Moq.Stub
Assembly:  Moq (in Moq.dll) Version: 2.6.1014.1 (2.6.0.0)

Syntax

C#
public static class StubExtensions

Inheritance Hierarchy

Object
  Moq.Stub..::.StubExtensions

See Also