Tests: Tools namespace for grouping in test runner

This commit is contained in:
mischa 2023-04-21 12:16:23 +08:00
parent b9e4484215
commit 5b08993e62
10 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
using NUnit.Framework;
namespace Mirror.Tests
namespace Mirror.Tests.Tools
{
public class AccurateIntervalTests
{

View File

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

View File

@ -1,6 +1,6 @@
using NUnit.Framework;
namespace Mirror.Tests
namespace Mirror.Tests.Tools
{
public class DeltaCompressionTests
{

View File

@ -1,7 +1,7 @@
// tests from Mirror
using NUnit.Framework;
namespace Mirror.Tests
namespace Mirror.Tests.Tools
{
[TestFixture]
public class ExponentialMovingAverageTest

View File

@ -3,7 +3,7 @@
using System.Linq;
using NUnit.Framework;
namespace Mirror.Tests
namespace Mirror.Tests.Tools
{
public class ExtensionsTest
{

View File

@ -1,6 +1,6 @@
using NUnit.Framework;
namespace Mirror.Tests
namespace Mirror.Tests.Tools
{
public class MathdTests
{

View File

@ -1,6 +1,6 @@
using NUnit.Framework;
namespace Mirror.Tests
namespace Mirror.Tests.Tools
{
public class PoolTests
{

View File

@ -1,7 +1,7 @@
using NUnit.Framework;
using System.Threading;
namespace Mirror.Tests.Editor
namespace Mirror.Tests.Tools
{
public class TimeSampleTests
{

View File

@ -1,7 +1,7 @@
using NUnit.Framework;
using UnityEngine;
namespace Mirror.Tests
namespace Mirror.Tests.Tools
{
public class UtilsTests
{

View File

@ -1,7 +1,7 @@
using System;
using NUnit.Framework;
namespace Mirror.Tests
namespace Mirror.Tests.Tools
{
public class Vector3LongTests
{