mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Tests: InterestManagement namespace for grouping in test runner
This commit is contained in:
parent
9da3e3fa23
commit
eea2099a2d
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user