C# Class Ploeh.AutoFixture.LambdaExpressionGenerator

Creates new lambda expressions represented by the Expression{TDelegate} type.
Specimens are typically either of type Expression{Func{T}} or Expression{Action}.
Inheritance: ISpecimenBuilder
Show file Open project: AutoFixture/AutoFixture

Public Methods

Method Description
Create ( object request, ISpecimenContext context ) : object

Creates a new lambda expression represented by the Expression{TDelegate} type.

Method Details

Create() public method

Creates a new lambda expression represented by the Expression{TDelegate} type.
public Create ( object request, ISpecimenContext context ) : object
request object The request that describes what to create.
context ISpecimenContext Not used.
return object