C# Class MonoDevelop.UnitTesting.AbstractUnitTestTextEditorExtension

Inheritance: MonoDevelop.Ide.Editor.Extension.TextEditorExtension
Exibir arquivo Open project: powerumc/monodevelop_korean Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GatherUnitTests ( IUnitTestMarkers unitTestMarkers, CancellationToken token ) : Task>

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
AbstractUnitTestTextEditorExtension ( ) : System
HandleDocumentParsed ( object sender, EventArgs e ) : void
HandleExtensionNodeEventHandler ( object sender, Mono.Addins.ExtensionNodeEventArgs args ) : void
HandleTestSessionCompleted ( object sender, EventArgs e ) : void
RemoveHandler ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GatherUnitTests() public abstract method

public abstract GatherUnitTests ( IUnitTestMarkers unitTestMarkers, CancellationToken token ) : Task>
unitTestMarkers IUnitTestMarkers
token System.Threading.CancellationToken
return Task>

Initialize() protected method

protected Initialize ( ) : void
return void