Method | Description | |
---|---|---|
AppDomainExecutor ( ) : Machine.Specifications.Runner | ||
InitializeLifetimeService ( ) : object | ||
RunAllTestsInAssembly ( string pathToAssembly, ISpecificationRunListener specificationRunListener ) : void | ||
RunTestsInAssembly ( string pathToAssembly, IEnumerable |
public AppDomainExecutor ( ) : Machine.Specifications.Runner | ||
return | Machine.Specifications.Runner |
public InitializeLifetimeService ( ) : object | ||
return | object |
public RunAllTestsInAssembly ( string pathToAssembly, ISpecificationRunListener specificationRunListener ) : void | ||
pathToAssembly | string | |
specificationRunListener | ISpecificationRunListener | |
return | void |
public RunTestsInAssembly ( string pathToAssembly, IEnumerable |
||
pathToAssembly | string | |
specsToRun | IEnumerable |
|
specificationRunListener | ISpecificationRunListener | |
return | void |