C# Class Rubberduck.UI.UnitTesting.TestExplorerModelBase

Inheritance: ViewModelBase
Mostrar archivo Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
AddExecutedTest ( TestMethod test ) : void
ClearLastRun ( ) : void
Refresh ( ) : void

Protected Methods

Method Description
IsTestMethod ( Member member ) : bool

A method that determines whether a Member is a test method or not.

Method Details

AddExecutedTest() public method

public AddExecutedTest ( TestMethod test ) : void
test TestMethod
return void

ClearLastRun() public method

public ClearLastRun ( ) : void
return void

IsTestMethod() protected static method

A method that determines whether a Member is a test method or not.
protected static IsTestMethod ( Member member ) : bool
member Member The to evaluate.
return bool

Refresh() public abstract method

public abstract Refresh ( ) : void
return void