Table of Contents

Method WaitForMessage

Namespace
Ratatoskr.Testing
Assembly
Ratatoskr.Testing.dll

WaitForMessage<T>(MessageStage)

Adds a wait condition: wait for a message of type T at the specified stage.

public ActivityTracker WaitForMessage<T>(MessageStage stage = MessageStage.Dispatched) where T : notnull

Parameters

stage MessageStage

Returns

ActivityTracker

Type Parameters

T