public void NameTest1()
		{
			object target = Microsoft.Practices.EnterpriseLibrary.Common.Tests.DomainModel_DomainObjectAccessor.CreatePrivate();

			string val = null; // TODO: Assign to an appropriate value for the property

			Microsoft.Practices.EnterpriseLibrary.Common.Tests.DomainModel_DomainObjectAccessor accessor = new Microsoft.Practices.EnterpriseLibrary.Common.Tests.DomainModel_DomainObjectAccessor(target);


			Assert.AreEqual(val, accessor.Name, "DomainModel.DomainObject.Name was not set correctly.");
			Assert.Inconclusive("Verify the correctness of this test method.");

		}
Пример #2
0
        public void NameTest1()
        {
            object target = Microsoft.Practices.EnterpriseLibrary.Common.Tests.DomainModel_DomainObjectAccessor.CreatePrivate();
            string val    = null;

            Microsoft.Practices.EnterpriseLibrary.Common.Tests.DomainModel_DomainObjectAccessor accessor = new Microsoft.Practices.EnterpriseLibrary.Common.Tests.DomainModel_DomainObjectAccessor(target);
            Assert.AreEqual(val, accessor.Name, "DomainModel.DomainObject.Name was not set correctly.");
            Assert.Inconclusive("Verify the correctness of this test method.");
        }