Table of Contents

SendCommand<T>

class in Coherence.Test
inherits from TestStep

Type Parameters

T
Constructors
SendCommand(Client, string, string, MessageTarget, bool, Func<TestStep, object[]>, int)
SendCommand(Client, string, string, MessageTarget, bool, Func<TestStep, (Type, object)[]>, int)
SendCommand(Client, string, string, MessageTarget, bool, int)
SendCommand(Client, string, string, MessageTarget, bool, object[], int)
SendCommand(Client, string, string, MessageTarget, bool, (Type, object)[], int)
SendCommand(Client, string, string, string, MessageTarget, bool, object[], int)
Methods
Describe()
OnEnter()

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

WithSendToChildren()