Property | Type | Description | |
---|---|---|---|
AppConfigTrackerOnFileChanged | void | ||
AppConfigTrackerOnFileOutOfScope | void | ||
BuildEventsOnOnBuildDone | void | ||
ConfirmReGenerateFilesOnConfigChange | void | ||
EnsureInitialized | void | ||
FeatureFilesTrackerOnReady | void | ||
GetConfigurationText | string | ||
GetStepMapFileName | string | ||
Initialize | void | ||
LoadConfiguration | TechTalk.SpecFlow.Generator.Configuration.SpecFlowProjectConfiguration | ||
LoadStepMap | void | ||
OnGherkinDialectServicesChanged | void | ||
OnSpecFlowProjectConfigurationChanged | void | ||
SaveStepMap | void | ||
StepSuggestionProviderOnReady | void | ||
VsProjectScope | System |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetCodeFileLanguage ( ProjectItem projectItem ) : ProgrammingLanguage | ||
GetTargetLanguage ( Project project ) : ProgrammingLanguage | ||
IsCodeFileSupported ( ProjectItem projectItem ) : bool | ||
IsProjectSupported ( Project project ) : bool |
Method | Description | |
---|---|---|
AppConfigTrackerOnFileChanged ( ProjectItem appConfigItem ) : void | ||
AppConfigTrackerOnFileOutOfScope ( ProjectItem projectItem, string projectRelativeFileName ) : void | ||
BuildEventsOnOnBuildDone ( vsBuildScope scope, vsBuildAction action ) : void | ||
ConfirmReGenerateFilesOnConfigChange ( ) : void | ||
EnsureInitialized ( ) : void | ||
FeatureFilesTrackerOnReady ( ) : void | ||
GetConfigurationText ( ) : string | ||
GetStepMapFileName ( ) : string | ||
Initialize ( ) : void | ||
LoadConfiguration ( ) : TechTalk.SpecFlow.Generator.Configuration.SpecFlowProjectConfiguration | ||
LoadStepMap ( ) : void | ||
OnGherkinDialectServicesChanged ( ) : void | ||
OnSpecFlowProjectConfigurationChanged ( ) : void | ||
SaveStepMap ( ) : void | ||
StepSuggestionProviderOnReady ( ) : void | ||
VsProjectScope ( Project project, DteWithEvents dteWithEvents, TechTalk.SpecFlow.Vs2010Integration.GherkinFileEditor.GherkinFileEditorClassifications classifications, IVisualStudioTracer tracer, IIntegrationOptionsProvider integrationOptionsProvider, IObjectContainer objectContainer, RuntimeConfiguration runtimeConfiguration ) : System |
public static GetCodeFileLanguage ( ProjectItem projectItem ) : ProgrammingLanguage | ||
projectItem | ProjectItem | |
return | ProgrammingLanguage |
public static GetTargetLanguage ( Project project ) : ProgrammingLanguage | ||
project | Project | |
return | ProgrammingLanguage |
public static IsCodeFileSupported ( ProjectItem projectItem ) : bool | ||
projectItem | ProjectItem | |
return | bool |
public static IsProjectSupported ( Project project ) : bool | ||
project | Project | |
return | bool |