9using System.Collections.Generic;
19using TestClass = NUnit.Framework.TestFixtureAttribute;
20using TestInitialize = NUnit.Framework.SetUpAttribute;
21using TestCleanup = NUnit.Framework.TearDownAttribute;
22using TestMethod = NUnit.Framework.TestAttribute;
23using TestSetup = NUnit.Framework.SetUpAttribute;
25using Microsoft.VisualStudio.TestTools.UnitTesting;
39 context.Assert.IsNotNull(obj);
41 context.Assert.AreEqual(123, obj.Id);
43 context.Assert.Success();
53 context.Assert.IsNotNull(obj);
55 context.Assert.AreEqual(123, obj.Id);
58 context.Assert.AreEqual(123, obj.Id);
60 context.Assert.Success();
This class provides an implementation of a deep clone of a complete object graph.
object Clone(object obj)
Clones an object.
Base type from which Criteria classes can be derived in a business class.
Maintains metadata about a property.
UnitTestContext GetContext()
static PropertyInfo< int > IdProperty
@ Serializable
Prevents updating or inserting until the transaction is complete.