Tests: InterestManagement namespace for grouping in test runner

This commit is contained in:
mischa 2023-04-21 13:29:41 +08:00
parent 9da3e3fa23
commit eea2099a2d
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
using NUnit.Framework; using NUnit.Framework;
using UnityEngine; using UnityEngine;
namespace Mirror.Tests namespace Mirror.Tests.InterestManagement
{ {
public class Grid2DTests public class Grid2DTests
{ {

View File

@ -2,7 +2,7 @@
using NUnit.Framework; using NUnit.Framework;
using UnityEngine; using UnityEngine;
namespace Mirror.Tests namespace Mirror.Tests.InterestManagement
{ {
public abstract class InterestManagementTests_Common : MirrorEditModeTest public abstract class InterestManagementTests_Common : MirrorEditModeTest
{ {

View File

@ -1,7 +1,7 @@
// default = no component = everyone sees everyone // default = no component = everyone sees everyone
using NUnit.Framework; using NUnit.Framework;
namespace Mirror.Tests namespace Mirror.Tests.InterestManagement
{ {
public class InterestManagementTests_Default : InterestManagementTests_Common public class InterestManagementTests_Default : InterestManagementTests_Common
{ {

View File

@ -2,7 +2,7 @@
using NUnit.Framework; using NUnit.Framework;
using UnityEngine; using UnityEngine;
namespace Mirror.Tests namespace Mirror.Tests.InterestManagement
{ {
public class InterestManagementTests_Distance : InterestManagementTests_Common public class InterestManagementTests_Distance : InterestManagementTests_Common
{ {

View File

@ -2,7 +2,7 @@
using NUnit.Framework; using NUnit.Framework;
using UnityEngine; using UnityEngine;
namespace Mirror.Tests namespace Mirror.Tests.InterestManagement
{ {
public class InterestManagementTests_SpatialHashing : InterestManagementTests_Common public class InterestManagementTests_SpatialHashing : InterestManagementTests_Common
{ {