We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9568f commit c0fdc93Copy full SHA for c0fdc93
1 file changed
test/UnitTest/Components/DialogTest.cs
@@ -573,6 +573,11 @@ await cut.InvokeAsync(() => dialog.ShowCloseDialog<MockValidateFormDialog>("Clos
573
}));
574
await cut.InvokeAsync(() => modal.Instance.CloseCallback());
575
#endregion
576
+
577
+ #region Show Extensions Method
578
+ await cut.InvokeAsync(() => dialog.Show<MockValidateFormDialog>("Test Title"));
579
+ await cut.InvokeAsync(() => modal.Instance.CloseCallback());
580
+ #endregion
581
}
582
583
private class MockValidateFormDialog : ComponentBase
0 commit comments