C# Класс Witness.MSBuild.RunWitness

Starts Witness and the website under test in IIS Express. Runs PhantomJS to execute the specification runner. All output from these processes is piped to the task's log output.
Наследование: Microsoft.Build.Utilities.Task
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EnsureAbsolutePath void
EnsurePhantomJS void
ExpandPropertyValues void
GetPhantomJSArguments string
PipeProcessToLog void
StartPhantomJS System.Diagnostics.Process
StartProcessThatPipesToLog System.Diagnostics.Process

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

Метод Описание
Execute ( ) : bool
RunWitness ( ) : System

Приватные методы

Метод Описание
EnsureAbsolutePath ( Expression property, bool optional = false ) : void
EnsurePhantomJS ( ) : void
ExpandPropertyValues ( ) : void
GetPhantomJSArguments ( string specsPath, int witnessPort, int websitePort ) : string
PipeProcessToLog ( Process process ) : void
StartPhantomJS ( ) : Process
StartProcessThatPipesToLog ( string exeFilename, string arguments ) : Process

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

Execute() публичный Метод

public Execute ( ) : bool
Результат bool

RunWitness() публичный Метод

public RunWitness ( ) : System
Результат System