13using System.Threading.Tasks;
17using TestClass = NUnit.Framework.TestFixtureAttribute;
18using TestInitialize = NUnit.Framework.SetUpAttribute;
19using TestCleanup = NUnit.Framework.TearDownAttribute;
20using TestMethod = NUnit.Framework.TestAttribute;
21using TestSetup = NUnit.Framework.SetUpAttribute;
23using Microsoft.VisualStudio.TestTools.UnitTesting;
35 Assert.AreEqual(
"John Doe", result[0].Name);
36 Assert.AreEqual(
new DateTime(1982, 1, 1), result[1].Birthdate);
37 Assert.AreEqual(2, result.Count);
44 Assert.AreEqual(
"John Doe", result[0].Name);
45 Assert.AreEqual(
new DateTime(1982, 1, 1), result[1].Birthdate);
46 Assert.AreEqual(2, result.Count);
Client side data portal used for making asynchronous data portal calls in .NET.
async Task< T > FetchAsync(params object[] criteria)
Called by a factory method in a business class or by the UI to Fetch a new object,...
async Task ReadOnlyListFetchLocal()
async Task ReadOnlyListFetchRemote()