ITest ApiClean All Method
Clear all dummy data created while running the workflow unit test.
Example
C#
var testApi = ctx.Use<ITestApi>();
testApi.CleanAll();Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
void CleanAll()