-
-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New helper package Blazorise.Tests.bUnit (#5168)
* New helper package Blazorise.Tests.bUnit * Remove Blazorise.Bootstrap dependency | Add Empty Icon Provider | * Include project in NuGet pack script * Docs | Add testing page * formating * Rephrase docs * release notes --------- Co-authored-by: Mladen Macanovic <[email protected]>
- Loading branch information
1 parent
3857df4
commit 7853252
Showing
61 changed files
with
611 additions
and
535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
Documentation/Blazorise.Docs/Pages/Docs/Code/AddBlazoriseTestingExampleCode.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div class="blazorise-codeblock"> | ||
<div class="html"><pre> | ||
Services | ||
.AddBlazoriseTests() | ||
.AddBootstrapProviders() | ||
.AddEmptyIconProvider(); | ||
</pre></div> | ||
</div> |
5 changes: 5 additions & 0 deletions
5
Documentation/Blazorise.Docs/Pages/Docs/Code/ButtonJavascriptMockTestingExampleCode.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<div class="blazorise-codeblock"> | ||
<div class="html"><pre> | ||
JSInterop.AddBlazoriseButton(); | ||
</pre></div> | ||
</div> |
5 changes: 5 additions & 0 deletions
5
Documentation/Blazorise.Docs/Pages/Docs/Code/TestingbUnitNugetExampleCode.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<div class="blazorise-codeblock"> | ||
<div class="html"><pre> | ||
Install-Package Blazorise.Tests.bUnit | ||
</pre></div> | ||
</div> |
12 changes: 0 additions & 12 deletions
12
...tion/Blazorise.Docs/Pages/Docs/Components/Fields/Code/ValidationIndicatorExampleCode.html
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
...tation/Blazorise.Docs/Pages/Docs/Components/Offcanvas/Code/BasicOffcanvasExampleCode.html
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
...ion/Blazorise.Docs/Pages/Docs/Components/Typographies/Code/TypographyListExampleCode.html
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
Documentation/Blazorise.Docs/Pages/Docs/Examples/AddBlazoriseTestingExample.snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Services | ||
.AddBlazoriseTests() | ||
.AddBootstrapProviders() | ||
.AddEmptyIconProvider(); |
1 change: 1 addition & 0 deletions
1
Documentation/Blazorise.Docs/Pages/Docs/Examples/ButtonJavascriptMockTestingExample.snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
JSInterop.AddBlazoriseButton(); |
1 change: 1 addition & 0 deletions
1
Documentation/Blazorise.Docs/Pages/Docs/Examples/TestingbUnitNugetExample.snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Install-Package Blazorise.Tests.bUnit |
16 changes: 0 additions & 16 deletions
16
...tion/Blazorise.Docs/Pages/Docs/Extensions/DataGrid/Code/DataGridFilteringExampleCode.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.