9using System.Collections.Generic;
15using Microsoft.VisualStudio.TestTools.UnitTesting;
18using TestClass = NUnit.Framework.TestFixtureAttribute;
19using TestInitialize = NUnit.Framework.SetUpAttribute;
20using TestCleanup = NUnit.Framework.TearDownAttribute;
21using TestMethod = NUnit.Framework.TestAttribute;
34 _testDIContext = TestDIContextFactory.CreateDefaultContext();
63 catch { Assert.Inconclusive(); }
79 catch { Assert.Inconclusive(); }
103 catch { Assert.Inconclusive(); }
static void DeleteObject(int id, IDataPortal< T > dataPortal)
static T NewObject(IDataPortal< T > dataPortal)
static T GetObject(int id, IDataPortal< T > dataPortal)
static void ClassInitialize(TestContext context)
Static dictionary-like class that offers similar functionality to GlobalContext This is used in tests...
static string GetResult(string key)
Get a result of an operation from the underlying results dictionary
Type to carry context information for DI in unit tests
Interface defining the members of the data portal type.