Exemplo n.º 1
0
 public void SilverlightAddMultipleFundsToCustomer()
 {
     //Assert AddFund To Customer
     EventAggregationAssertion <SilverlightAppLauncher> .AssertAddMultipleFundsToCustomer();
 }
Exemplo n.º 2
0
 public void DesktopSelectedFundIsAddedOnlyToTheSelectedCustomer()
 {
     EventAggregationAssertion <WpfAppLauncher> .DesktopAssertSelectedFundIsAddedOnlyToTheSelectedCustomer();
 }
Exemplo n.º 3
0
 public void DesktopAddMultipleFundsToCustomer()
 {
     //Assert AddFund To Customer
     EventAggregationAssertion <WpfAppLauncher> .DesktopAssertAddMultipleFundsToCustomer();
 }
Exemplo n.º 4
0
 public void DesktopEachCustomerShouldHaveAnActivityView()
 {
     EventAggregationAssertion <WpfAppLauncher> .DesktopAssertEachCustomerShouldHaveAnActivityView();
 }