Casewhere Runtime API
Casewhere Runtime API
Casewhere.Runtime.DSL.Api
ITestApi Interface
ITestApi Methods
CleanAll Method
Create Method
CreateDocumentUploadSession Method
False Method
Get Method
IsActivityCompleted Method
IsActivityEditable Method
IsActivityIncluded Method
IsFormFieldEnabled Method
IsFormFieldReadonly Method
IsFormFieldRequired Method
IsFormFieldVisible Method
IsWorkflowCompleted Method
New Method
OnExecuted Method
OnExecuting Method
Ref Method
Replace Method
Set Method
SimulatePluginInvocation Method
Submit Method
True Method
ITestApi
CleanAll Method
Clear all dummy data created while running the workflow unit test.
Examples
Copy
var
testApi = ctx.Use<ITestApi>(); testApi.CleanAll();
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
Copy
void
CleanAll
()
See Also
Reference
ITestApi Interface
Casewhere.Runtime.DSL.Api Namespace