mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Tests: Tools namespace for grouping in test runner
This commit is contained in:
parent
b9e4484215
commit
5b08993e62
@ -1,6 +1,6 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Mirror.Tests
|
||||
namespace Mirror.Tests.Tools
|
||||
{
|
||||
public class AccurateIntervalTests
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
using NUnit.Framework;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Mirror.Tests
|
||||
namespace Mirror.Tests.Tools
|
||||
{
|
||||
public class CompressionTests
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Mirror.Tests
|
||||
namespace Mirror.Tests.Tools
|
||||
{
|
||||
public class DeltaCompressionTests
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
// tests from Mirror
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Mirror.Tests
|
||||
namespace Mirror.Tests.Tools
|
||||
{
|
||||
[TestFixture]
|
||||
public class ExponentialMovingAverageTest
|
||||
|
@ -3,7 +3,7 @@
|
||||
using System.Linq;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Mirror.Tests
|
||||
namespace Mirror.Tests.Tools
|
||||
{
|
||||
public class ExtensionsTest
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Mirror.Tests
|
||||
namespace Mirror.Tests.Tools
|
||||
{
|
||||
public class MathdTests
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Mirror.Tests
|
||||
namespace Mirror.Tests.Tools
|
||||
{
|
||||
public class PoolTests
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
using NUnit.Framework;
|
||||
using System.Threading;
|
||||
|
||||
namespace Mirror.Tests.Editor
|
||||
namespace Mirror.Tests.Tools
|
||||
{
|
||||
public class TimeSampleTests
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
using NUnit.Framework;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Mirror.Tests
|
||||
namespace Mirror.Tests.Tools
|
||||
{
|
||||
public class UtilsTests
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Mirror.Tests
|
||||
namespace Mirror.Tests.Tools
|
||||
{
|
||||
public class Vector3LongTests
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user