C# Class Tests.Infra.WebBrowserEngineTesterHelper.Window.AssemblyHelper

Helper class for Testdriven.NET, copyright Jamie Cansdale. Use AssemblyUtilities.SetEntryAssembly() to prepare ad hoc tests' working directory. (needed before XNA content specifically)
ファイルを表示 Open project: David-Desmaisons/MVVM.CEF.Glue

Public Methods

Method Description
SetEntryAssembly ( ) : void

Use as first line in ad hoc tests (needed by XNA specifically)

SetEntryAssembly ( Assembly assembly ) : void

Allows setting the Entry Assembly when needed. Use AssemblyUtilities.SetEntryAssembly() as first line in XNA ad hoc tests

Method Details

SetEntryAssembly() public static method

Use as first line in ad hoc tests (needed by XNA specifically)
public static SetEntryAssembly ( ) : void
return void

SetEntryAssembly() public static method

Allows setting the Entry Assembly when needed. Use AssemblyUtilities.SetEntryAssembly() as first line in XNA ad hoc tests
public static SetEntryAssembly ( Assembly assembly ) : void
assembly System.Reflection.Assembly Assembly to set as entry assembly
return void