C# Class rvtUnit.Controls.MainWindowViewModel

Mostrar archivo Open project: ArupAus/RvtUnit Class Usage Examples

Public Methods

Method Description
MainWindowViewModel ( ) : System

Private Methods

Method Description
CopyRequiredLibsToTemp ( string path ) : void
GetByteArrayForFile ( string filename ) : byte[]
GetTestsFromDll ( string dll ) : List
HandleAssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly

Handle assembly resolve event. Tries to load a DLL when the framework is looking for it

OnRunAllTests ( ) : void
OnRunTest ( string testDll ) : void
PickAlternateBrush ( ) : System.Windows.Media.Brush
PopulateDLLs ( ) : void
RunTestsInAssemblies ( IList assemblies, ITestFilter testfilter ) : NUnit.Core.TestResult
SelectFolder ( string title, string defaultPath, Window owner ) : string

Method Details

MainWindowViewModel() public method

public MainWindowViewModel ( ) : System
return System