10 instantiations of InteractionsInputsDialogViewModel
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
205
var vm = new
InteractionsInputsDialogViewModel
Aspire.Dashboard.Components.Tests (9)
Dialogs\InteractionsInputDialogTests.cs (9)
55
var viewModel = new
InteractionsInputsDialogViewModel
117
var viewModel = new
InteractionsInputsDialogViewModel
183
var viewModel = new
InteractionsInputsDialogViewModel
238
var viewModel = new
InteractionsInputsDialogViewModel
310
var viewModel = new
InteractionsInputsDialogViewModel
373
var viewModel = new
InteractionsInputsDialogViewModel
660
var viewModel = new
InteractionsInputsDialogViewModel
744
return new
InteractionsInputsDialogViewModel
772
return new
InteractionsInputsDialogViewModel
25 references to InteractionsInputsDialogViewModel
Aspire.Dashboard (4)
Components\Dialogs\InteractionsInputDialog.razor.cs (2)
23
public
InteractionsInputsDialogViewModel
Content { get; set; } = default!;
38
private
InteractionsInputsDialogViewModel
? _content;
Components\Interactions\InteractionsProvider.cs (2)
205
var
vm = new InteractionsInputsDialogViewModel
371
content is
InteractionsInputsDialogViewModel
inputsVM)
Aspire.Dashboard.Components.Tests (21)
Dialogs\InteractionsInputDialogTests.cs (17)
55
var
viewModel = new InteractionsInputsDialogViewModel
117
var
viewModel = new InteractionsInputsDialogViewModel
183
var
viewModel = new InteractionsInputsDialogViewModel
238
var
viewModel = new InteractionsInputsDialogViewModel
310
var
viewModel = new InteractionsInputsDialogViewModel
373
var
viewModel = new InteractionsInputsDialogViewModel
451
var
viewModel = CreateChoiceViewModel(allowCustomChoice: true);
482
var
viewModel = CreateChoiceViewModel(allowCustomChoice: true, initialValue);
503
var
viewModel = CreateChoiceViewModel(allowCustomChoice: true, onSubmit: (interaction, updateState) =>
528
var
viewModel = CreateChoiceViewModel(allowCustomChoice: true, onSubmit: (interaction, updateState) =>
574
var
viewModel = CreateChoiceViewModel(allowCustomChoice: true, "red", onSubmit: (interaction, _) =>
605
var
viewModel = CreateChoiceViewModel(allowCustomChoice: true, value);
628
var
viewModel = CreateChoiceViewModel(allowCustomChoice: false);
660
var
viewModel = new InteractionsInputsDialogViewModel
715
childBuilder.Add(p => p.Content, Assert.IsType<
InteractionsInputsDialogViewModel
>(content));
730
private static
InteractionsInputsDialogViewModel
CreateSecretTextViewModel()
753
private static
InteractionsInputsDialogViewModel
CreateChoiceViewModel(bool allowCustomChoice, string value = "", Func<WatchInteractionsResponseUpdate, bool, Task>? onSubmit = null)
Interactions\InteractionsProviderTests.cs (4)
315
InteractionsInputsDialogViewModel
? vm = null;
322
vm = Assert.IsType<
InteractionsInputsDialogViewModel
>(data);
564
InteractionsInputsDialogViewModel
? vm = null;
571
vm = Assert.IsType<
InteractionsInputsDialogViewModel
>(data);