Example #1
0
 public DataGridButtonRowComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddButton(this.JSInterop);
     BlazoriseConfig.JSInterop.AddTextEdit(this.JSInterop);
     BlazoriseConfig.JSInterop.AddModal(this.JSInterop);
 }
 public SelectNavigationComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddButton(this.JSInterop);
     BlazoriseConfig.JSInterop.AddSelect(this.JSInterop);
     Services.AddSingleton <NavigationManager>(new Mock <NavigationManager>().Object);
 }
        public BarLinkComponentTest()
        {
            var testServices = new TestServiceProvider(Services.AddSingleton <NavigationManager, TestNavigationManager>());

            BlazoriseConfig.AddBootstrapProviders(testServices);
            BlazoriseConfig.JSInterop.AddButton(JSInterop);
        }
 public DataGridMultiSelectComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddButton(this.JSInterop);
     BlazoriseConfig.JSInterop.AddTextEdit(this.JSInterop);
     BlazoriseConfig.JSInterop.AddUtilities(this.JSInterop);
 }
Example #5
0
 public AutoCompleteComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddTextEdit(this.JSInterop);
     BlazoriseConfig.JSInterop.AddUtilities(this.JSInterop);
     BlazoriseConfig.JSInterop.AddClosable(this.JSInterop);
     BlazoriseConfig.JSInterop.AddDropdown(this.JSInterop);
 }
 public ValidateNumericEditComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
 }
 public DataGridMultiSelectComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddDataGrid(this.JSInterop);
 }
Example #8
0
 public NumericEditComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddNumericEdit(this.JSInterop);
 }
 public ValidateTextEditComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddTextEdit(this.JSInterop);
 }
Example #10
0
 public DropdownComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddClosable(this.JSInterop);
     BlazoriseConfig.JSInterop.AddDropdown(this.JSInterop);
 }
 public TabsComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
 }
Example #12
0
 public DataGridAggregateRowComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddDataGrid(this.JSInterop);
 }
 public DatePickerComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddDatePicker(this.JSInterop);
 }
Example #14
0
 public ComponentRenderingTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddButton(this.JSInterop);
     BlazoriseConfig.JSInterop.AddTextEdit(this.JSInterop);
 }
 public DataGridDetailRowComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
 }
Example #16
0
 public SelectComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddButton(this.JSInterop);
     BlazoriseConfig.JSInterop.AddSelect(this.JSInterop);
 }
Example #17
0
 public RadioGroupComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
 }
 public ValidateAnnotationsComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
 }
Example #19
0
 public ButtonComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddButton(JSInterop);
 }
 public RadioGroupComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
     BlazoriseConfig.JSInterop.AddUtilities(this.JSInterop);
 }
 public ComponentRenderingTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
 }
 public ButtonOnlyComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
 }
 public DatePickerComponentTest()
 {
     BlazoriseConfig.AddBootstrapProviders(Services);
 }