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
Afficher le fichier Open project: Jedzia/NStub

Méthodes protégées

Méthode 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 méthode

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.
Résultat bool

MultiBuilder() protected méthode

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