12using System.Threading.Tasks;
16using TestClass = NUnit.Framework.TestFixtureAttribute;
17using TestInitialize = NUnit.Framework.SetUpAttribute;
18using TestCleanup = NUnit.Framework.TearDownAttribute;
19using TestMethod = NUnit.Framework.TestAttribute;
20using TestSetup = NUnit.Framework.SetUpAttribute;
22using Microsoft.VisualStudio.TestTools.UnitTesting;
30 private const string ExecutionResultInvalidMessage =
"Execution result is not valid";
31 private const string Parameter =
"test parameter";
41 Assert.AreEqual(ExpectedExecutionResult, result.ExecutionResult, ExecutionResultInvalidMessage);
Client side data portal used for making asynchronous data portal calls in .NET.
async Task< T > ExecuteAsync(T command)
Called by a factory method in a business class or by the UI to execute a command object.
const string ExecutionSignal
async Task Asynch_Remote_call_wo_userState_passed_Results_parameters_passed_to_server_and_noException()