C# Class MonoDevelop.UnitTesting.AbstractUnitTestTextEditorExtension

Inheritance: MonoDevelop.Ide.Editor.Extension.TextEditorExtension
Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GatherUnitTests ( IUnitTestMarkers unitTestMarkers, CancellationToken token ) : Task>

Méthodes protégées

Méthode Description
Initialize ( ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

GatherUnitTests() public abstract méthode

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

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void