Метод | Описание | |
---|---|---|
MethodBuilder ( IMemberSetupContext context ) : NStub.CSharp.BuildContext |
Initializes a new instance of the MethodBuilder class.
|
Метод | Описание | |
---|---|---|
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. |
Результат | 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. |
Результат | string |
public MethodBuilder ( IMemberSetupContext context ) : NStub.CSharp.BuildContext | ||
context | IMemberSetupContext | The build context of the test method member. |
Результат | NStub.CSharp.BuildContext |