mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Split up test project
Robust.UnitTesting was both ALL tests for RT, and also API surface for content tests. Tests are now split into separate projects as appropriate, and the API side has also been split off.
This commit is contained in:
13
Robust.UnitTesting/RobustIntegrationTestDummy.cs
Normal file
13
Robust.UnitTesting/RobustIntegrationTestDummy.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Robust.UnitTesting;
|
||||
|
||||
[TestFixture]
|
||||
internal sealed class RobustIntegrationTestDummy : RobustIntegrationTest
|
||||
{
|
||||
[Test]
|
||||
public void Foo()
|
||||
{
|
||||
// Nada.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user