C# Class Machine.VSTestAdapter.Execution.AppDomainExecutor

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: machine-visualstudio/machine.vstestadapter Class Usage Examples

Méthodes publiques

Méthode Description
AppDomainExecutor ( ) : Machine.Specifications.Runner
InitializeLifetimeService ( ) : object
RunAllTestsInAssembly ( string pathToAssembly, ISpecificationRunListener specificationRunListener ) : void
RunTestsInAssembly ( string pathToAssembly, IEnumerable specsToRun, ISpecificationRunListener specificationRunListener ) : void

Method Details

AppDomainExecutor() public méthode

public AppDomainExecutor ( ) : Machine.Specifications.Runner
Résultat Machine.Specifications.Runner

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

RunAllTestsInAssembly() public méthode

public RunAllTestsInAssembly ( string pathToAssembly, ISpecificationRunListener specificationRunListener ) : void
pathToAssembly string
specificationRunListener ISpecificationRunListener
Résultat void

RunTestsInAssembly() public méthode

public RunTestsInAssembly ( string pathToAssembly, IEnumerable specsToRun, ISpecificationRunListener specificationRunListener ) : void
pathToAssembly string
specsToRun IEnumerable
specificationRunListener ISpecificationRunListener
Résultat void