Method | Description | |
---|---|---|
ContinueTestExecution ( ) : void | ||
PauseTestExecution ( bool pause = true ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
CreatePartDoc ( ) : IModelDoc2 |
Create a part using the standard template
|
|
CreatePartDoc ( string path ) : IModelDoc2 | ||
CreatePartDoc ( Func |
||
CreatePartDoc ( Task>.Func |
||
CreatePartDoc ( string path, Func |
||
CreatePartDoc ( Action |
||
CreatePartDoc ( Action |
Create a part doc which will be deleted after the action even if the test fails
|
|
CreatePartDoc ( IDisposable>.Func |
Create a part doc which will be deleted if keep is false. This is mainly useful just for debugging so that the document is kept open after a test is run so you can eyeball the results.
|
|
CreatePartDoc ( string path, IDisposable>.Func |
||
CreatePartDocWithTitle ( string title, IDisposable>.Func |
public static ContinueTestExecution ( ) : void | ||
return | void |
protected CreatePartDoc ( string path ) : IModelDoc2 | ||
path | string | |
return | IModelDoc2 |
protected CreatePartDoc ( Func |
||
action | Func |
|
return | System.Threading.Tasks.Task |
protected CreatePartDoc ( Task>.Func |
||
action | Task>.Func | |
return | System.Threading.Tasks.Task |
protected CreatePartDoc ( string path, Func |
||
path | string | |
action | Func |
|
return | System.Threading.Tasks.Task |
protected CreatePartDoc ( Action |
||
action | Action |
|
return | void |
protected CreatePartDoc ( Action |
||
action | Action |
|
return | void |
protected CreatePartDoc ( IDisposable>.Func |
||
action | IDisposable>.Func | |
return | void |
protected CreatePartDoc ( string path, IDisposable>.Func |
||
path | string | |
action | IDisposable>.Func | |
return | void |
protected CreatePartDocWithTitle ( string title, IDisposable>.Func |
||
title | string | |
action | IDisposable>.Func | |
return | void |
public static PauseTestExecution ( bool pause = true ) : System.Threading.Tasks.Task | ||
pause | bool | |
return | System.Threading.Tasks.Task |