C# Class NStub.CSharp.ObjectGeneration.Builders.MultiBuilder

Base class for a test method processing class that can have multiple instantiations and user defined parameters.
Inheritance: MemberBuilder, IMultiBuilder
ファイルを表示 Open project: Jedzia/NStub

Protected Methods

Method Description
BuildMember ( IMemberBuildContext context ) : bool

Builds the test method member with the specified context.

MultiBuilder ( IMemberSetupContext context ) : System

Initializes a new instance of the MultiBuilder class.

Method Details

BuildMember() protected abstract method

Builds the test method member with the specified context.
protected abstract BuildMember ( IMemberBuildContext context ) : bool
context IMemberBuildContext The build context of the test method member.
return bool

MultiBuilder() protected method

Initializes a new instance of the MultiBuilder class.
protected MultiBuilder ( IMemberSetupContext context ) : System
context IMemberSetupContext The build context of the test method member.
return System