예제 #1
0
 public void InvokeCommandActionViewTest()
 {
     InteractivityAssertion <WpfAppLauncher> .AssertInvokeCommandActionViewTest();
 }
예제 #2
0
 public void InteractionRequestItemSelectionPopupViewCancelTest()
 {
     InteractivityAssertion <WpfAppLauncher> .AssertIR_RaiseItemSelectionPopupCancelTest();
 }
예제 #3
0
 public void InteractionRequestConfirmationCancelTest()
 {
     InteractivityAssertion <WpfAppLauncher> .AssertIR_RaiseDefaultConfirmationCancelTest();
 }
예제 #4
0
 public void InteractionRequestCustomPopupViewTest()
 {
     InteractivityAssertion <WpfAppLauncher> .AssertIR_RaiseCustomPopupViewTest();
 }
예제 #5
0
 public void InteractionRequestNotificationTest()
 {
     InteractivityAssertion <WpfAppLauncher> .AssertIR_RaiseDefaultNotification();
 }