TestingEngine.RegisterPerIterationCallBack method
Registers a callback to invoke at the end of each iteration. The callback takes as a parameter an integer representing the current iteration.
public void RegisterPerIterationCallBack(Action<uint> callback)
See Also
- class TestingEngine
- namespace Microsoft.Coyote.SystematicTesting
- assembly Microsoft.Coyote.Test