C# Class Machine.Specifications.ReSharperRunner.Runners.RecursiveMSpecTaskRunner

Inheritance: RecursiveRemoteTaskRunner
Afficher le fichier Open project: JorritSalverda/msbuild-by-convention

Méthodes publiques

Méthode Description
ExecuteRecursive ( TaskExecutionNode node ) : void
RecursiveMSpecTaskRunner ( IRemoteTaskServer server ) : System
RegisterRemoteTaskNotifications ( PerAssemblyRunListener listener, TaskExecutionNode node ) : void
RunContext ( ISpecificationRunner runner, Assembly contextAssembly, TaskExecutionNode node ) : void

Private Methods

Méthode Description
LoadContextAssembly ( RunAssemblyTask task ) : Assembly

Method Details

ExecuteRecursive() public méthode

public ExecuteRecursive ( TaskExecutionNode node ) : void
node TaskExecutionNode
Résultat void

RecursiveMSpecTaskRunner() public méthode

public RecursiveMSpecTaskRunner ( IRemoteTaskServer server ) : System
server IRemoteTaskServer
Résultat System

RegisterRemoteTaskNotifications() public méthode

public RegisterRemoteTaskNotifications ( PerAssemblyRunListener listener, TaskExecutionNode node ) : void
listener PerAssemblyRunListener
node TaskExecutionNode
Résultat void

RunContext() public méthode

public RunContext ( ISpecificationRunner runner, Assembly contextAssembly, TaskExecutionNode node ) : void
runner ISpecificationRunner
contextAssembly System.Reflection.Assembly
node TaskExecutionNode
Résultat void