C# Класс NStub.CSharp.ObjectGeneration.Builders.DefaultMethodEraser

Test method generator for static method members.
Наследование: MemberBuilder
Показать файл Открыть проект

Открытые методы

Метод Описание
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