7 references to CreateChoiceViewModel
Aspire.Dashboard.Components.Tests (7)
Dialogs\InteractionsInputDialogTests.cs (7)
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);