refactoring test classes.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using IntegrationTests.Infrastructure;
|
||||
using MongoDB.Bson.Serialization.Attributes;
|
||||
using MongoDbGenericRepository.Models;
|
||||
using NUnit.Framework;
|
||||
using System;
|
||||
|
||||
namespace IntegrationTests
|
||||
{
|
||||
public class TKeyTestDocument : TestDoc<Guid>
|
||||
{
|
||||
}
|
||||
|
||||
[TestFixture]
|
||||
public class CRUDTKeyTests : MongoDBTestBase<TKeyTestDocument, Guid>
|
||||
{
|
||||
public override string GetClassName()
|
||||
{
|
||||
return "CreateTKeyTests";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user