C# 클래스 NStub.CSharp.ObjectGeneration.Builders.MultiBuilder

Base class for a test method processing class that can have multiple instantiations and user defined parameters.
상속: MemberBuilder, IMultiBuilder
파일 보기 프로젝트 열기: Jedzia/NStub

보호된 메소드들

메소드 설명
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.

메소드 상세

BuildMember() 보호된 추상적인 메소드

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.
리턴 bool

MultiBuilder() 보호된 메소드

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