Thank you so much for this video... Most tutorials always want to cover the easy fun stuff. This is often the content we really need though.
@RawCoding3 жыл бұрын
Thank you for watching)
@mahmoudalaskalany3 жыл бұрын
this man feels us guys :d yesterday we decided to start unit testing for our code and i was thinking of good tutorial and there are no good tutorial rather than anton tutorial thanks man in advance
@RawCoding3 жыл бұрын
Glad to hear )
@samanthahughes9333 жыл бұрын
Fantastic video. Thank you for taking the time to make this! Subscribed.
@RawCoding3 жыл бұрын
Thank you for watching!
@kylerebstock14873 жыл бұрын
Really really really great stuff man. Appreciate this.
@RawCoding3 жыл бұрын
Thank you for watching)
@anatoliytkachenko70813 жыл бұрын
Anton, thank you a lot for explanation!
@RawCoding3 жыл бұрын
Thank you for watching )
@madd53 жыл бұрын
Thanks bro. Unit testing is one thing I never considered seriously. Time to catch up :)
@RawCoding3 жыл бұрын
Yea boi
@akalankagajasinghe52393 жыл бұрын
Thanks raw cording. I have been learning lots from this channel. Please do GraphQL videos with hotchocolate framework.
@RawCoding3 жыл бұрын
I've never used GraphQL, if I ever learn it I'll teach it.
@manueliot Жыл бұрын
Excellent content! Keep it up!
@borpri62533 жыл бұрын
Thanks a lot!! Are you going to create a tutorial about MongoDB testing? I didn't manage to find something on this topic
@RawCoding3 жыл бұрын
Cheers and no I’m not!
@小鳥ちゃん2 жыл бұрын
Your ability to teach is amazing uwu
@RawCoding2 жыл бұрын
Ufff ty
@ThePsychokater10 ай бұрын
Did you the oopsie woopsie code *-* muuch more reliawble by using funny little unit testings? UwU
@kristiyanivanov74143 жыл бұрын
Hey, is there a reason why you prefer vscode/project rider? I've seen you only using these.
@RawCoding3 жыл бұрын
I prefer Rider and LinqPad I think they are the best
@masappandhanasekhar54103 жыл бұрын
Can you explain from basic , how to mockAPI usig Fakexrmeasy and moq
@RawCoding3 жыл бұрын
No, I don’t use the fakexrmeasy
@michaelnabilsamy69103 жыл бұрын
Hi Antoan, How did you get core libraries source code ??
@RawCoding3 жыл бұрын
I use Rider
@KunalMukherjee37013 жыл бұрын
@@RawCoding is it possible in vs community ?
@RawCoding3 жыл бұрын
Not sure
@xxyxungxxraimexx72423 жыл бұрын
Tricking boss 😎
@RawCoding3 жыл бұрын
Hehe
@BlagojaTomanovski Жыл бұрын
legend
@michaelking75932 жыл бұрын
Thank you for this great video. I have some feedback you might consider for other videos. I feel like you go into writing the tests without any explanation of the code that's being tested. And the code that's being tested in your examples tends to be so simple and generic that is sort of meaningless. Like if the objects you used were Order or Customer instead of "Something" it would help the viewer follow along better. So if you took just a minute or two to present the code that needs to be tested and mentioned that scenarios you see that deserve unit tests, and then said "Ok, now I'm going to show you how to write those tests"....that might be a good flow.