added objectid tests

This commit is contained in:
Alexandre SPIESER
2019-04-14 20:18:37 +01:00
parent 8ccced66ea
commit d2df667b3f
4 changed files with 36 additions and 7 deletions
@@ -5,13 +5,11 @@ using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
namespace CoreIntegrationTests.Infrastructure
{
public class MongoDbTestFixture<T, TKey> : IDisposable
where T : IDocument<TKey>, new()
where TKey : IEquatable<TKey>
where T : IDocument<TKey>, new()
where TKey : IEquatable<TKey>
{
public IMongoDbContext Context;