using IntegrationTests.Infrastructure; using NUnit.Framework; using NUnit.Framework.Internal; using TestDoc = IntegrationTests.Infrastructure.TestDoc; namespace IntegrationTests { public class TestDocument : TestDoc { } [TestFixture] public class CRUDTests : MongoDbDocumentTestBase { public override string GetClassName() { return "CRUDTests"; } } }