Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
EnumerateTests ( ) : |
||
ExecutorWrapper ( string assemblyFilename, string configFilename, bool shadowCopy ) : System |
Initializes a new instance of the ExecutorWrapper class.
|
|
GetAssemblyTestCount ( ) : int | ||
RunAssembly ( Predicate |
||
RunClass ( string type, Predicate |
||
RunTest ( string type, string method, Predicate |
||
RunTests ( string type, List |
Method | Description | |
---|---|---|
CreateAppDomain ( string assemblyFilename, string configFilename, bool shadowCopy ) : |
||
CreateObject ( string typeName ) : object | ||
ExecutorWrapper ( ) : System |
Initializes the ExecutorWrapper class.
|
|
GetDefaultConfigFile ( string assemblyFile ) : string | ||
RethrowWithNoStackTraceLoss ( |
public ExecutorWrapper ( string assemblyFilename, string configFilename, bool shadowCopy ) : System | ||
assemblyFilename | string | The assembly filename. |
configFilename | string | The config filename. If null, the default config filename will be used. |
shadowCopy | bool | Set to true to enable shadow copying; false, otherwise. |
return | System |
public RunAssembly ( Predicate |
||
callback | Predicate |
|
return |
public RunClass ( string type, Predicate |
||
type | string | |
callback | Predicate |
|
return |
public RunTest ( string type, string method, Predicate |
||
type | string | |
method | string | |
callback | Predicate |
|
return |
public RunTests ( string type, List |
||
type | string | |
methods | List |
|
callback | Predicate |
|
return |