Class StopStartRuntimeTests
Inheritance
StopStartRuntimeTests
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public class StopStartRuntimeTests : NetcodeIntegrationTest
Properties
NumberOfClients
Gets the number of clients to be created for the integration test.
Declaration
protected override int NumberOfClients { get; }
Property Value
Overrides
Methods
OnOneTimeSetup()
Override this method to perform any setup that needs to be done once before any tests are run.
This method is called during the OneTimeSetup() process.
Declaration
protected override void OnOneTimeSetup()
Overrides
WhenShuttingDownAndRestarting_SDKRestartsSuccessfullyAndStaysRunning()
Declaration
[UnityTest]
public IEnumerator WhenShuttingDownAndRestarting_SDKRestartsSuccessfullyAndStaysRunning()
Returns
WhenShuttingDownTwiceAndRestarting_SDKRestartsSuccessfullyAndStaysRunning()
Declaration
[UnityTest]
public IEnumerator WhenShuttingDownTwiceAndRestarting_SDKRestartsSuccessfullyAndStaysRunning()
Returns