Click or drag to resize

ITestApiCleanAll Method

Clear all dummy data created while running the workflow unit test.
Examples
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#
void CleanAll()
See Also