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

Test method generator for static method members.
상속: MemberBuilder
파일 보기 프로젝트 열기: Jedzia/NStub

공개 메소드들

메소드 설명
CanHandleContext ( IMemberBuildContext context ) : bool

Determines whether this instance can handle a specified build context.

DefaultMethodEraser ( IMemberSetupContext context ) : System.Linq

Initializes a new instance of the DefaultMethodEraser class.

보호된 메소드들

메소드 설명
BuildMember ( IMemberBuildContext context ) : bool

Builds the specified context.

PreBuild ( IMemberPreBuildContext context ) : void

Runs before anything else on the test method.

메소드 상세

BuildMember() 보호된 메소드

Builds the specified context.
protected BuildMember ( IMemberBuildContext context ) : bool
context IMemberBuildContext The build context of the test method member.
리턴 bool

CanHandleContext() 공개 정적인 메소드

Determines whether this instance can handle a specified build context.
public static CanHandleContext ( IMemberBuildContext context ) : bool
context IMemberBuildContext The build context of the test method member.
리턴 bool

DefaultMethodEraser() 공개 메소드

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

PreBuild() 보호된 메소드

Runs before anything else on the test method.
protected PreBuild ( IMemberPreBuildContext context ) : void
context IMemberPreBuildContext The build context of the test method member.
리턴 void