C# Class Open.TestHarness.Model.ModuleLoader

Encapsulates the logic for loading modules in the TestHarness.
ファイルを表示 Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
AddModule ( ModuleSetting moduleSetting ) : void

Loads the module with the specified name.

AddModules ( ) : void
ClearModules ( ) : void
ModuleLoader ( TestHarnessModel testHarness ) : System

Private Methods

Method Description
LoadAssemblyModules ( ) : void
LoadRecentSelectionsModule ( ) : void
LoadRecentSelectionsModule ( ViewTestClassesModule module ) : void

Method Details

AddModule() public method

Loads the module with the specified name.
public AddModule ( ModuleSetting moduleSetting ) : void
moduleSetting ModuleSetting The identifying settings of the module to load.
return void

AddModules() public method

public AddModules ( ) : void
return void

ClearModules() public method

public ClearModules ( ) : void
return void

ModuleLoader() public method

public ModuleLoader ( TestHarnessModel testHarness ) : System
testHarness TestHarnessModel
return System