C# Class TechTalk.SpecFlow.Vs2010Integration.LanguageService.VsProjectScope

Inheritance: IProjectScope
Datei anzeigen Open project: aqueduct/SpecflowWithNunitRunner Class Usage Examples

Private Properties

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

Public Methods

Method Description
Dispose ( ) : void
GetCodeFileLanguage ( ProjectItem projectItem ) : ProgrammingLanguage
GetTargetLanguage ( Project project ) : ProgrammingLanguage
IsCodeFileSupported ( ProjectItem projectItem ) : bool
IsProjectSupported ( Project project ) : bool

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetCodeFileLanguage() public static method

public static GetCodeFileLanguage ( ProjectItem projectItem ) : ProgrammingLanguage
projectItem ProjectItem
return ProgrammingLanguage

GetTargetLanguage() public static method

public static GetTargetLanguage ( Project project ) : ProgrammingLanguage
project Project
return ProgrammingLanguage

IsCodeFileSupported() public static method

public static IsCodeFileSupported ( ProjectItem projectItem ) : bool
projectItem ProjectItem
return bool

IsProjectSupported() public static method

public static IsProjectSupported ( Project project ) : bool
project Project
return bool