C# Class CrossUI.Runner.WPF.AssemblyTest

Inheritance: IDisposable
Afficher le fichier Open project: pragmatrix/CrossUI Class Usage Examples

Méthodes publiques

Свойство Type Description
Control AssemblyTestControl

Méthodes publiques

Méthode Description
AssemblyTest ( CrossUI.Runner.WPF.AssemblyTestConfiguration config, AssemblyTestControl control ) : System
Dispose ( ) : void

Private Methods

Méthode Description
asyncRunTest ( ) : void
classCollapsed ( string ns, string className ) : void
classExpanded ( string ns, string className ) : void
runTest ( ) : TestResultAssembly

Method Details

AssemblyTest() public méthode

public AssemblyTest ( CrossUI.Runner.WPF.AssemblyTestConfiguration config, AssemblyTestControl control ) : System
config CrossUI.Runner.WPF.AssemblyTestConfiguration
control AssemblyTestControl
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

Control public_oe property

public AssemblyTestControl Control
Résultat AssemblyTestControl