Method | Description | |
---|---|---|
FinalizeTestClass ( TestClassGenerationContext generationContext ) : void | ||
MsTestGeneratorProvider ( CodeDomHelper codeDomHelper ) : System | ||
SetRow ( TestClassGenerationContext generationContext, |
||
SetRowTest ( TestClassGenerationContext generationContext, |
||
SetTestBackgroundMethod ( TestClassGenerationContext generationContext, |
||
SetTestClass ( TestClassGenerationContext generationContext, string featureTitle, string featureDescription ) : void | ||
SetTestClassCategories ( TestClassGenerationContext generationContext, IEnumerable |
||
SetTestClassCleanupMethod ( TestClassGenerationContext generationContext ) : void | ||
SetTestClassIgnore ( TestClassGenerationContext generationContext ) : void | ||
SetTestClassInitializeMethod ( TestClassGenerationContext generationContext ) : void | ||
SetTestCleanupMethod ( TestClassGenerationContext generationContext ) : void | ||
SetTestInitializeMethod ( TestClassGenerationContext generationContext ) : void | ||
SetTestMethod ( TestClassGenerationContext generationContext, |
||
SetTestMethodAsRow ( TestClassGenerationContext generationContext, |
||
SetTestMethodCategories ( TestClassGenerationContext generationContext, |
||
SetTestMethodIgnore ( TestClassGenerationContext generationContext, |
Method | Description | |
---|---|---|
FixTestRunOrderingIssue ( TestClassGenerationContext generationContext ) : void |
Method | Description | |
---|---|---|
SetProperty ( |
public FinalizeTestClass ( TestClassGenerationContext generationContext ) : void | ||
generationContext | TestClassGenerationContext | |
return | void |
protected FixTestRunOrderingIssue ( TestClassGenerationContext generationContext ) : void | ||
generationContext | TestClassGenerationContext | |
return | void |
public MsTestGeneratorProvider ( CodeDomHelper codeDomHelper ) : System | ||
codeDomHelper | CodeDomHelper | |
return | System |
public SetRow ( TestClassGenerationContext generationContext, |
||
generationContext | TestClassGenerationContext | |
testMethod | ||
arguments | IEnumerable |
|
tags | IEnumerable |
|
isIgnored | bool | |
return | void |
public SetRowTest ( TestClassGenerationContext generationContext, |
||
generationContext | TestClassGenerationContext | |
testMethod | ||
scenarioTitle | string | |
return | void |
public SetTestBackgroundMethod ( TestClassGenerationContext generationContext, |
||
generationContext | TestClassGenerationContext | |
backgroundMethod | ||
steps | ScenarioSteps | |
return | void |
public SetTestClass ( TestClassGenerationContext generationContext, string featureTitle, string featureDescription ) : void | ||
generationContext | TestClassGenerationContext | |
featureTitle | string | |
featureDescription | string | |
return | void |
public SetTestClassCategories ( TestClassGenerationContext generationContext, IEnumerable |
||
generationContext | TestClassGenerationContext | |
featureCategories | IEnumerable |
|
return | void |
public SetTestClassCleanupMethod ( TestClassGenerationContext generationContext ) : void | ||
generationContext | TestClassGenerationContext | |
return | void |
public SetTestClassIgnore ( TestClassGenerationContext generationContext ) : void | ||
generationContext | TestClassGenerationContext | |
return | void |
public SetTestClassInitializeMethod ( TestClassGenerationContext generationContext ) : void | ||
generationContext | TestClassGenerationContext | |
return | void |
public SetTestCleanupMethod ( TestClassGenerationContext generationContext ) : void | ||
generationContext | TestClassGenerationContext | |
return | void |
public SetTestInitializeMethod ( TestClassGenerationContext generationContext ) : void | ||
generationContext | TestClassGenerationContext | |
return | void |
public SetTestMethod ( TestClassGenerationContext generationContext, |
||
generationContext | TestClassGenerationContext | |
testMethod | ||
scenarioTitle | string | |
return | void |
public SetTestMethodAsRow ( TestClassGenerationContext generationContext, |
||
generationContext | TestClassGenerationContext | |
testMethod | ||
scenarioTitle | string | |
exampleSetName | string | |
variantName | string | |
arguments | string>.IEnumerable | |
return | void |
public SetTestMethodCategories ( TestClassGenerationContext generationContext, |
||
generationContext | TestClassGenerationContext | |
testMethod | ||
scenarioCategories | IEnumerable |
|
return | void |
public SetTestMethodIgnore ( TestClassGenerationContext generationContext, |
||
generationContext | TestClassGenerationContext | |
testMethod | ||
return | void |