Class TimeIntegrationTest
Tests the times of two clients connecting to a server using the SIPTransport (returns 50ms RTT but has no latency simulation)
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: solution.dll
Syntax
public class TimeIntegrationTest : NetcodeIntegrationTest
Properties
| Name | Description |
|---|---|
| NumberOfClients |
Methods
| Name | Description |
|---|---|
| OnSetIntegrationTestMode() | The very first thing invoked during the OneTimeSetup() that determines how this integration test handles NetworkManager instantiation and destruction. NetcodeIntegrationTest.NetworkManagerInstatiationMode Override this method to change the default mode: AllTests |
| OnTearDown() | Note: For PerTest mode this is called before ShutdownAndCleanUp. |
| TestTimeIntegrationTest(int, uint) |