Class ConditionalPredicateBase
Derive from this class to create your own conditional handling for your NetcodeIntegrationTest integration tests when dealing with more complicated scenarios where initializing values, storing state to be used across several integration tests.
Implements
Inherited Members
Namespace: Unity.Netcode.TestHelpers.Runtime
Assembly: solution.dll
Syntax
public class ConditionalPredicateBase : IConditionalPredicate
Properties
Name | Description |
---|---|
TimedOut |
Methods
Name | Description |
---|---|
Finished(bool) | Wait for condition has finished: Condition(s) met or timed out |
HasConditionBeenReached() | Test the conditions of the test to be reached |
OnFinished() | |
OnHasConditionBeenReached() | |
OnStarted() | |
Started() | Wait for condition has started |