Тёмный
No video :(

Unit Testing in C# 2022: 1. Intro + First Test 

Teddy Smith
Подписаться 64 тыс.
Просмотров 102 тыс.
50% 1

Unit Testing in C# 2022: 1. Intro
C# Developer Discord Server here: / discord
Linkedin: / teddy-smith-015ba61a3
Portfolio: www.teddysmithd...
Github: github.com/ted...

Опубликовано:

 

14 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 58   
@guilhermenavarro4676
@guilhermenavarro4676 Год назад
I was looking for unit testing content and i find this. Thanks, i liked your laid-back way of explaining!
@mcoldibelli
@mcoldibelli 21 день назад
Best explanation about tests i've ever found. Good job, Teddy!
@joaogabrielv.m328
@joaogabrielv.m328 2 года назад
Dang! You're on fire, Teddy :) Thanks for more one video with an excellent explanation
@ragtop63
@ragtop63 8 месяцев назад
The first 5 minutes of this video cleared up so much for me: I am not a software developer. I don't work for a software company. I don't plan on being a software developer. I don't plan on working at a software company. I just write apps & libraries for myself, and sometimes I share them with the open-source community. But for some reason I still want to learn about unit testing and see if it can help my specific situation (learning to code better).
@trumbaron
@trumbaron 11 месяцев назад
33 seconds in, and I feel very positive about this! Good job!
@JohnnyDickson
@JohnnyDickson Год назад
Thank you for this @Teddy Smith! Just wanted I needed. Super excited to enhance my testing skills!
@franciscogoni1248
@franciscogoni1248 Год назад
It's great to have Luke Skywalker teaching me about unit testing! great content!
@TeddySmithDev
@TeddySmithDev Год назад
I was going for baby yoda but Luke is cool too I guess
@bionicbeaver6636
@bionicbeaver6636 Год назад
Cheers man great video. Im working my way through the whole series
@joshl3013
@joshl3013 10 месяцев назад
You just got a new subscriber :D very good and entertaining lesson. Thank you
@nguyenphuhuy_tt
@nguyenphuhuy_tt Год назад
I am starting this lesson as a newbie. Thanks for your video tutorial!
@UmairKhan-hc2ql
@UmairKhan-hc2ql 11 месяцев назад
Excellent initiative, loved the way you explained
@meileehao5645
@meileehao5645 Месяц назад
Thanks you, I start understand on what is unit test.
@eleojoadegbe
@eleojoadegbe 3 дня назад
thank you. Youre the best
@Sthunknown
@Sthunknown 5 месяцев назад
Really liked your input: water function: human returns pee example. 😁
@user-gz2qn6fm9v
@user-gz2qn6fm9v 2 года назад
Thanks. Just in time, trying to figure out the tests
@TeddySmithDev
@TeddySmithDev 2 года назад
Sweet. Thanks for commenting and watching.
@casesolia7356
@casesolia7356 24 дня назад
This really needs chapters, so I can find where I am in my progression and match that up with your segments.
@buraksag6073
@buraksag6073 10 месяцев назад
Amazing explanation. Thank you! 23:20🤣
@simxschl
@simxschl 3 месяца назад
Happy 1400 likes ;) Made me laugh so I'll keep watching :)
@user-gc2qb3wu1j
@user-gc2qb3wu1j 2 месяца назад
Thanks Teddy, I understood clearly
@TeddySmithDev
@TeddySmithDev 2 месяца назад
👍
@mpiloz8016
@mpiloz8016 Год назад
starting to follow along with this unit test course, just had a brown out and had to restart. however, can't help but be bugged by seeing the "solution explorer" on the left 😂, It's probably gonna be a good journey either way, even though I get bugged by small things like that. btw, doing the course because I'm on my 2nd year of my 2nd dev job, used to be a desktop technician, but got pulled into dev allegedly for my work ethic in the same company as my last desktop technician job (I had intention of staying there, until covid came and took jobs away, and now I work 50km from my house instead of just 5km, hoping learning the various things I check online can get me something fully remote).
@user-og4je1yh6b
@user-og4je1yh6b 11 месяцев назад
Wow Really nice explanation. Thank you!
@benjokela7491
@benjokela7491 11 месяцев назад
thanks for this. Nice simple unit test tutorial. I'm also an audio guy and I just want to point out, you have a pop filter on your mic, but all your "p"s and strong breaths are "popping". Try backing the filter off of the mic and bring down the input gain. 🙂
@TeddySmithDev
@TeddySmithDev 11 месяцев назад
thank you for input. i did end up fixing and getting a better mic setup after this
@chantelboiro3899
@chantelboiro3899 Год назад
This was so helpful thank you!
@user-xk7mn9kh7r
@user-xk7mn9kh7r 6 месяцев назад
loving it
@Tibiafy
@Tibiafy Год назад
you remind me of Luke Skywalker hehe. Great video bro
@franciscogoni1248
@franciscogoni1248 Год назад
haha just commented the same
@Xershade
@Xershade Год назад
Biggest thing with the code just breaking, years ago some dolt re-wrote a formula, had no unit tests, pushed it. They were missing a part of it in the "cleaned up" version so of course ti wasn't mathing properly. We spent who know's how long searching for the error in the entire freaking project, step, by, step, and then had to go get a fish and slap the person with it for changing a + to a - in the formula... Unit tests, they exist, require them, if people don't, throw their commits anywhere else but the main repo until they have them. Thousands of lines of game and networking code, for a freaking - sign being the wrong in some random function we all thought was fine because this same idiot likes to make 40+ file huge commits of tiny things and it got burried in one of those. Just use the freaking unit tests please and thank you. xD
@TeddySmithDev
@TeddySmithDev Год назад
I legit laughed at your story 🤣
@henrik3098
@henrik3098 Год назад
Nice video bro!
@2005Azm
@2005Azm Год назад
Thank you so much!
@nadaehab263
@nadaehab263 Год назад
so if i have a project with no classes and function implementation in separate source file i also do the tests in a class ?
@fieryscorpion
@fieryscorpion Год назад
Would you be also doing Integration testing? Thank you!
@TeddySmithDev
@TeddySmithDev Год назад
Just unit tests for this one 👍
@lashondamiller2982
@lashondamiller2982 2 года назад
Do Web API too please 😎
@user-nj7of5yi4b
@user-nj7of5yi4b 5 месяцев назад
thanks
@gregiolo
@gregiolo 3 месяца назад
I am not a C# dev but do you really need to wrap every test in try catch inside the unit test?? Is that a common practice??
@TeddySmithDev
@TeddySmithDev 3 месяца назад
No, later on the unit tests don’t have try catch. They just break and show up in the console.
@raizaindrakurniawan2585
@raizaindrakurniawan2585 Год назад
Ninggalin jejak dulu om
@mpiloz8016
@mpiloz8016 Год назад
I clicked the thumbs up, you better have done some web api stuff.... or else.
@chadgregory9037
@chadgregory9037 2 года назад
Teddy... were you the one that they berated lol
@TeddySmithDev
@TeddySmithDev 2 года назад
Lol good question. Wasn’t me that time but they did in general. They went out of business I think tho so write your unit tests lollllll
@tamasboros1798
@tamasboros1798 9 месяцев назад
Why do we need that try-catch block?
@TeddySmithDev
@TeddySmithDev 9 месяцев назад
I guess you don’t but all exceptions are “unchecked” in C# so if you want to see an error try-catch is going to be the best bet (edit: spelling)
@tamasboros1798
@tamasboros1798 9 месяцев назад
oh, ok.Thanks! @@TeddySmithDev
@00fke
@00fke Год назад
Why does he look like one of the guys from Lonely Island? 😆
@TeddySmithDev
@TeddySmithDev Год назад
It’s my bowl cut. It actually has a second brain inside that helps me code 🤣
@lassemunktechnerd
@lassemunktechnerd Год назад
omg.. this takes a long time with a lot of content which you could edit out.
@lassemunktechnerd
@lassemunktechnerd Год назад
Check out this video starting from 16 minutes in ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-HYrXogLj7vg.html
@UNHAPPYMEXICANS
@UNHAPPYMEXICANS 10 месяцев назад
Umm that toxici workplace story.... sounds like it was on the workplace, not the individual.
@TeddySmithDev
@TeddySmithDev 10 месяцев назад
Looking back on it, I think I came in at a bad time. Everything was falling apart and I think people were secretly panicking but I was too new to understand what was really going on.
@keif4now
@keif4now 6 месяцев назад
waaaay too slow!!!!
@user-zx5qh1xi7n
@user-zx5qh1xi7n Год назад
just waist my time to you ((
@5SADH
@5SADH 3 месяца назад
Please reconsider saying, "we're going to", "go ahead", "actually", or any combination of them. 🤢 It will make your videos shorter and your content more digestible.
Далее
Unit Testing in C# 2022: 2. XUnit & Fluent Assertions
26:19
The New Option and Result Types of C#
15:05
Просмотров 52 тыс.
НАША НАСЫЩЕННАЯ ПОЕЗДКА В КИТАЙ
1:32:55
Unit Testing in C# 2022: 7. Web API Controllers
36:19
Brutally honest advice for new .NET Web Developers
7:19
Intro to Unit Testing in C# using XUnit
1:42:09
Просмотров 412 тыс.
Unit Testing C# Code - Tutorial for Beginners
44:56
Просмотров 602 тыс.
Forget Controllers and Minimal APIs in .NET!
14:07
Просмотров 64 тыс.
Building a .NET 6 API Using TDD
1:38:59
Просмотров 144 тыс.
how Google writes gorgeous C++
7:40
Просмотров 847 тыс.
НАША НАСЫЩЕННАЯ ПОЕЗДКА В КИТАЙ
1:32:55