Method | Description | |
---|---|---|
MethodBuilder ( IMemberSetupContext context ) : NStub.CSharp.BuildContext |
Initializes a new instance of the MethodBuilder class.
|
Method | Description | |
---|---|---|
BuildMember ( IMemberBuildContext context ) : bool |
Builds the specified context.
|
|
DetermineTestName ( IMemberSetupContext context, string originalName ) : string |
Determines the name of the test method.
|
protected BuildMember ( IMemberBuildContext context ) : bool | ||
context | IMemberBuildContext | The build context of the test method member. |
return | bool |
protected DetermineTestName ( IMemberSetupContext context, string originalName ) : string | ||
context | IMemberSetupContext | The build context of the test method member. |
originalName | string | The initial name of the test method member. |
return | string |
public MethodBuilder ( IMemberSetupContext context ) : NStub.CSharp.BuildContext | ||
context | IMemberSetupContext | The build context of the test method member. |
return | NStub.CSharp.BuildContext |