Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Content.IntegrationTests.Tests.Administration.Logs;
|
||||
|
||||
[TestFixture]
|
||||
[TestOf(typeof(AdminLogSystem))]
|
||||
public class AddTests : ContentIntegrationTest
|
||||
public sealed class AddTests : ContentIntegrationTest
|
||||
{
|
||||
[Test]
|
||||
public async Task AddAndGetSingleLog()
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace Content.IntegrationTests.Tests.Administration.Logs;
|
||||
|
||||
[TestFixture]
|
||||
[TestOf(typeof(AdminLogSystem))]
|
||||
public class FilterTests : ContentIntegrationTest
|
||||
public sealed class FilterTests : ContentIntegrationTest
|
||||
{
|
||||
[Test]
|
||||
[TestCase(DateOrder.Ascending)]
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Content.IntegrationTests.Tests.Administration.Logs;
|
||||
|
||||
[TestFixture]
|
||||
[TestOf(typeof(AdminLogSystem))]
|
||||
public class QueryTests : ContentIntegrationTest
|
||||
public sealed class QueryTests : ContentIntegrationTest
|
||||
{
|
||||
[Test]
|
||||
public async Task QuerySingleLog()
|
||||
|
||||
Reference in New Issue
Block a user