C# Class Open.TestHarness.Model.ModuleLoader

Encapsulates the logic for loading modules in the TestHarness.
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Méthodes publiques

Méthode Description
AddModule ( ModuleSetting moduleSetting ) : void

Loads the module with the specified name.

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

Private Methods

Méthode Description
LoadAssemblyModules ( ) : void
LoadRecentSelectionsModule ( ) : void
LoadRecentSelectionsModule ( ViewTestClassesModule module ) : void

Method Details

AddModule() public méthode

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

AddModules() public méthode

public AddModules ( ) : void
Résultat void

ClearModules() public méthode

public ClearModules ( ) : void
Résultat void

ModuleLoader() public méthode

public ModuleLoader ( TestHarnessModel testHarness ) : System
testHarness TestHarnessModel
Résultat System