Enum NetcodeIntegrationTest.NetworkManagerInstatiationMode
Specifies the mode of NetworkManager instantiation and destruction for the integration test.
Namespace: Unity.Netcode.TestHelpers.Runtime
Assembly: Unity.Netcode.TestHelpers.Runtime.dll
Syntax
public enum NetcodeIntegrationTest.NetworkManagerInstatiationMode
Fields
| Name | Description |
|---|---|
| AllTests | Creates one set of NetworkManagers used for all tests within a child derived class, destroyed once all tests are finished. |
| DoNotCreate | Does not create any NetworkManagers; it is up to the derived class to manage. |
| PerTest | Creates and destroys new NetworkManagers for each test within a child derived class. |