C# Класс 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)
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

SetEntryAssembly() публичный статический Метод

Use as first line in ad hoc tests (needed by XNA specifically)
public static SetEntryAssembly ( ) : void
Результат void

SetEntryAssembly() публичный статический Метод

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
Результат void