Interface IConditionalPredicate
Namespace: Unity.Netcode.TestHelpers.Runtime
Syntax
public interface IConditionalPredicate
  Methods
Finished(Boolean)
Wait for condition has finished: Condition(s) met or timed out
Declaration
void Finished(bool timedOut)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Boolean | timedOut | 
HasConditionBeenReached()
Test the conditions of the test to be reached
Declaration
bool HasConditionBeenReached()
  Returns
| Type | Description | 
|---|---|
| Boolean | 
Started()
Wait for condition has started
Declaration
void Started()