9using System.Collections.Generic;
14using 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();
38 [TestCategory(
"SkipWhenLiveUnitTesting")]
47 Assert.AreEqual(
null, nullRoot.
Name);
52 [TestCategory(
"SkipWhenLiveUnitTesting")]
64 [TestCategory(
"SkipWhenLiveUnitTesting")]
79 [TestCategory(
"SkipWhenLiveUnitTesting")]
100 nullRoot.ApplyEdit();
105 nullRoot.BeginEdit();
108 nullRoot.CancelEdit();
T Clone()
Creates a clone of the object.
Nullable< int > NullableInteger
Nullable< int > _nullableIntMember
static NullableObject NewNullableObject(IDataPortal< NullableObject > dataPortal)
void TestNullableProperty()
void TestNullableAfterEditCycle()
static void ClassInitialize(TestContext context)
void TestNullableAfterClone()
Static dictionary-like class that offers similar functionality to GlobalContext This is used in tests...
static void Reinitialise()
Reinitialise the dictionary, clearing any existing results, ready for the next test
Type to carry context information for DI in unit tests
Interface defining the members of the data portal type.