Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -5,7 +5,7 @@ using NUnit.Framework;
|
||||
namespace Content.Tests.Shared.Chemistry
|
||||
{
|
||||
[TestFixture, TestOf(typeof(FixedPoint2))]
|
||||
public class FixedPoint2_Tests
|
||||
public sealed class FixedPoint2_Tests
|
||||
{
|
||||
[Test]
|
||||
[TestCase(1, "1")]
|
||||
|
||||
@@ -12,7 +12,7 @@ using YamlDotNet.RepresentationModel;
|
||||
namespace Content.Tests.Shared.Chemistry
|
||||
{
|
||||
[TestFixture, TestOf(typeof(ReagentPrototype))]
|
||||
public class ReagentPrototype_Tests : ContentUnitTest
|
||||
public sealed class ReagentPrototype_Tests : ContentUnitTest
|
||||
{
|
||||
[Test]
|
||||
public void DeserializeReagentPrototype()
|
||||
|
||||
@@ -8,7 +8,7 @@ using NUnit.Framework;
|
||||
namespace Content.Tests.Shared.Chemistry
|
||||
{
|
||||
[TestFixture, Parallelizable, TestOf(typeof(Solution))]
|
||||
public class Solution_Tests : ContentUnitTest
|
||||
public sealed class Solution_Tests : ContentUnitTest
|
||||
{
|
||||
[OneTimeSetUp]
|
||||
public void Setup()
|
||||
|
||||
Reference in New Issue
Block a user