Method | 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.
|
Method | Description | |
---|---|---|
BuildMember ( IMemberBuildContext context ) : bool |
Builds the specified context.
|
|
PreBuild ( IMemberPreBuildContext context ) : void |
Runs before anything else on the test method.
|
protected BuildMember ( IMemberBuildContext context ) : bool | ||
context | IMemberBuildContext | The build context of the test method member. |
return | bool |
public static CanHandleContext ( IMemberBuildContext context ) : bool | ||
context | IMemberBuildContext | The build context of the test method member. |
return | bool |
public DefaultMethodEraser ( IMemberSetupContext context ) : System.Linq | ||
context | IMemberSetupContext | The build context of the test method member. |
return | System.Linq |
protected PreBuild ( IMemberPreBuildContext context ) : void | ||
context | IMemberPreBuildContext | The build context of the test method member. |
return | void |