mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Tests: NetworkClient namespace changed
This commit is contained in:
parent
20cf67342d
commit
005d8384f4
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Mirror.Tests.NetworkClientSceneTests
|
||||
namespace Mirror.Tests.NetworkClients
|
||||
{
|
||||
public class NetworkClientTests : MirrorEditModeTest
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Mirror.Tests.NetworkClientSceneTests
|
||||
namespace Mirror.Tests.NetworkClients
|
||||
{
|
||||
public class NetworkClientTests_ClearSpawners : NetworkClientTestsBase
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
using NUnit.Framework;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Mirror.Tests.NetworkClientSceneTests
|
||||
namespace Mirror.Tests.NetworkClients
|
||||
{
|
||||
public class NetworkClientTests_GetPrefab : NetworkClientTestsBase
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace Mirror.Tests.NetworkClientSceneTests
|
||||
namespace Mirror.Tests.NetworkClients
|
||||
{
|
||||
public class PayloadTestBehaviour : NetworkBehaviour
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
using NUnit.Framework;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Mirror.Tests.NetworkClientSceneTests
|
||||
namespace Mirror.Tests.NetworkClients
|
||||
{
|
||||
public class NetworkClientTests_PrepareToSpawnSceneObjects : NetworkClientTestsBase
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace Mirror.Tests.NetworkClientSceneTests
|
||||
namespace Mirror.Tests.NetworkClients
|
||||
{
|
||||
public class NetworkClientTests_RegisterPrefab : ClientSceneTests_RegisterPrefabBase
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace Mirror.Tests.NetworkClientSceneTests
|
||||
namespace Mirror.Tests.NetworkClients
|
||||
{
|
||||
public class NetworkClientTests_RegisterSpawnHandler : NetworkClientTestsBase
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
namespace Mirror.Tests.NetworkClientSceneTests
|
||||
namespace Mirror.Tests.NetworkClients
|
||||
{
|
||||
public class NetworkClientTests_UnregisterPrefab : NetworkClientTestsBase
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Mirror.Tests.NetworkClientSceneTests
|
||||
namespace Mirror.Tests.NetworkClients
|
||||
{
|
||||
public class NetworkClientTests_UnregisterSpawnHandler : NetworkClientTestsBase
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user