Skip to content

Commit 2bf157e

Browse files
linkdotnetegil
andcommitted
add: .net6 bUnit youtube video plus books and SO (#728)
* add: .net6 bUnit youtube video plus books and SO * Apply suggestions from code review Co-authored-by: Egil Hansen <egil@assimilated.dk> Co-authored-by: Egil Hansen <egil@assimilated.dk>
1 parent 16af01a commit 2bf157e

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

docs/site/docs/external-resources.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Here is a list of some web content that covers bUnit. If you produce something y
88

99
### Podcasts/Twitch/YouTube/Live coding
1010

11+
- **[Best practices unit testing Blazor components with bUnit](https://www.youtube.com/watch?v=Co7QetPYiO4)**
12+
Content is based on 1.3.42 of bUnit.
13+
- **[What’s new in bUnit for .NET 6](https://www.youtube.com/watch?v=0l88RIyseqE)**
14+
Content is based on 1.3.42 of bUnit.
15+
1116
- **[Test Driving the Blazing Pizza Workshop with bUnit (multiple videos)](https://youtube.com/playlist?list=PL2LoDmbC1g20uJjUwPGQxpQjdnmpMqV0t)**
1217
Content is based on 1.0.0 of bUnit.
1318

@@ -32,3 +37,10 @@ Here is a list of some web content that covers bUnit. If you produce something y
3237

3338
- **[Unit Testing Blazor Components with bUnit and JustMock](https://www.telerik.com/blogs/unit-testing-blazor-components-bunit-justmock) by [Mihail Vladov](https://github.com/mihail-vladov)**
3439
Content is based on beta-6 of bUnit.
40+
41+
### Books
42+
- **[Microsoft Blazor: Building Web Applications in .NET 6 and Beyond](https://www.amazon.com/Microsoft-Blazor-Building-Applications-Beyond/dp/1484278445/ref=sr_1_1?crid=HHEK6NOM4ZLI&amp&keywords=Peter+Himschoot&amp&qid=1641337370&amp&s=books&amp&sprefix=peter+himschoot,stripbooks,79&amp&sr=1-1)**
43+
- **[Blazor in Action](https://www.manning.com/books/blazor-in-action)**
44+
45+
### Others
46+
- **[bUnit on Stackoverflow](https://stackoverflow.com/questions/tagged/bunit)**

docs/site/docs/getting-started/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ The *next level* topics are:
1818
2. **[Verifying output in various ways](xref:verification)** from a component under test, e.g. inspecting the rendered markup.
1919
3. **[Mocking dependencies](xref:test-doubles)** a component under test has, e.g. the `IJsRuntime` or `HttpClient`.
2020

21+
## Introduction video
22+
23+
This video gives an introduction to bUnit, what it is, why its needed, and how to use it. It covers different testing strategies, and how to build maintainable test and maintainable components.
24+
25+
[![Best practices unit testing Blazor components with bUnit - Egil Hansen - NDC Oslo 2021](https://img.youtube.com/vi/Co7QetPYiO4/0.jpg)](https://www.youtube.com/watch?v=Co7QetPYiO4)
26+
2127
## Getting help
2228

2329
Can't figure out how to write a test for a testing scenario? Do you have a testing scenario that is hard to write or cannot be written elegantly with bUnit? Have you found a bug in bUnit? Head over to [bUnit’s discussion forum](https://github.com/egil/bUnit/discussions) to ask a question, give feedback, or suggest a new feature. Alternatively, join [bUnits Gitter channel](https://gitter.im/egil/bunit) and let us know. There are no stupid questions - all are welcome!

0 commit comments

Comments
 (0)