C# Class CrossUI.Runner.WPF.AssemblyTest

Inheritance: IDisposable
Mostrar archivo Open project: pragmatrix/CrossUI Class Usage Examples

Public Properties

Property Type Description
Control AssemblyTestControl

Public Methods

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

Private Methods

Method Description
asyncRunTest ( ) : void
classCollapsed ( string ns, string className ) : void
classExpanded ( string ns, string className ) : void
runTest ( ) : TestResultAssembly

Method Details

AssemblyTest() public method

public AssemblyTest ( CrossUI.Runner.WPF.AssemblyTestConfiguration config, AssemblyTestControl control ) : System
config CrossUI.Runner.WPF.AssemblyTestConfiguration
control AssemblyTestControl
return System

Dispose() public method

public Dispose ( ) : void
return void

Property Details

Control public_oe property

public AssemblyTestControl Control
return AssemblyTestControl