C# Class Machine.Specifications.GallioAdapter.Services.MachineSpecificationController

Inheritance: BaseTestController
显示文件 Open project: agross/machine.specifications

Protected Methods

Method Description
RunImpl ( ITestCommand rootTestCommand, TestStep parentTestStep, Gallio.Model.TestExecutionOptions options, IProgressMonitor progressMonitor ) : TestResult

Private Methods

Method Description
RunAssembly ( MachineAssemblyTest assemblyTest, ITestCommand command, TestStep parentTestStep ) : TestResult
RunContextTest ( MachineAssemblyTest assemblyTest, MachineContextTest contextTest, ITestCommand command, TestStep parentTestStep ) : TestResult
SetupListeners ( Gallio.Model.TestExecutionOptions options ) : void
SetupRunOptions ( Gallio.Model.TestExecutionOptions options ) : void

Method Details

RunImpl() protected method

protected RunImpl ( ITestCommand rootTestCommand, TestStep parentTestStep, Gallio.Model.TestExecutionOptions options, IProgressMonitor progressMonitor ) : TestResult
rootTestCommand ITestCommand
parentTestStep TestStep
options Gallio.Model.TestExecutionOptions
progressMonitor IProgressMonitor
return TestResult