JustMock

Defines methods providing different settings for the mock to be created.

Namespace: Telerik.JustMock
Assembly: Telerik.JustMock (in Telerik.JustMock.dll) Version: 2013.1.412.0 (2013.1.412)

Syntax

C#
public class FluentMock<T> : FluentMock, 
	IFluentConfig<T>, IFluentConfig
Visual Basic
Public Class FluentMock(Of T) _
	Inherits FluentMock _
	Implements IFluentConfig(Of T), IFluentConfig

Type Parameters

T
Type of the mcok

Inheritance Hierarchy

System..::..Object
  Telerik.JustMock..::..FluentMock
    Telerik.JustMock..::..FluentMock<(Of <(<'T>)>)>

See Also