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

Test method generator for static method members.
Inheritance: MemberBuilder
Afficher le fichier Open project: Jedzia/NStub

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
BuildMember ( IMemberBuildContext context ) : bool

Builds the specified context.

PreBuild ( IMemberPreBuildContext context ) : void

Runs before anything else on the test method.

Method Details

BuildMember() protected méthode

Builds the specified context.
protected BuildMember ( IMemberBuildContext context ) : bool
context IMemberBuildContext The build context of the test method member.
Résultat bool

CanHandleContext() public static méthode

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

DefaultMethodEraser() public méthode

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

PreBuild() protected méthode

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