Table of Contents

SyncPoint

class in Coherence.Test
inherits from TestStep

By default, test steps are not guaranteed to be executed consecutively; if the first test step in the list is for Client1, and the second one is for Client2, then both the steps will get executed concurrently by the two clients in question.

A SyncPoint can be inserted into the steps list, to make all clients stop at this point in the test flow, and wait until all other clients have finished all of their test steps preceding that point.

Constructors
SyncPoint
Methods
Describe
NoSend
OnEnter

base.OnEnter() should always be called at the first line when overriding this method.

OnUpdate
WithIndex