Thank you, man. All other tutorials I found are based on the use of Maven or Gradle, but yours hits the spot about doing it for a plain project. However, after following your instructions IntelliJ didn't give the option to add the JUnit library to the path; therefore, JUnit couldn't even be imported in my classes. I could solve it by doing something similar (IntelliJ version 2020.2): File -> project structure -> libraries select 'new project library' (the '+' in the second column of the popup) select the library to download from the Maven repository. After that JUnit is ready to be used
Went through several videos and was almost fustrated cause I was looking for the basic starting point with basic examples I can relate to and easily understand within the shortest possible time. YOU HIT THE SPOT. THANKS A LOT
Thank you soo much sir, this is perfect.i saw lot of videos to slove some problems i met , but this is perfect one .i sloved my problems very quickly .thank you so much again.
Thank you so much for this simple tutorial! Every other video I found about unit testing used a dependency framework that I didn't care about or have the time to learn right now!
Brain, Thank you for your video. Finally, I leant unit test and code coverage. We need more videos from you. God bless you. I subscribed to your channel.
Why use such a complex, multi-line code example to illustrate junit. So many unnecessary lines of code. Its like using a space rocket as an example of a man made flying object
Thank you, man.
All other tutorials I found are based on the use of Maven or Gradle, but yours hits the spot about doing it for a plain project.
However, after following your instructions IntelliJ didn't give the option to add the JUnit library to the path; therefore, JUnit couldn't even be imported in my classes.
I could solve it by doing something similar (IntelliJ version 2020.2):
File -> project structure -> libraries
select 'new project library' (the '+' in the second column of the popup)
select the library to download from the Maven repository.
After that JUnit is ready to be used
Went through several videos and was almost fustrated cause I was looking for the basic starting point with basic examples I can relate to and easily understand within the shortest possible time. YOU HIT THE SPOT. THANKS A LOT
Thank you Brian for clearly explaining the steps to creating Junits with a very simple Java program.
Finally, god thanks finally! someone explains the logic with meaningful example.
Thank you soo much sir, this is perfect.i saw lot of videos to slove some problems i met , but this is perfect one .i sloved my problems very quickly .thank you so much again.
Thankyou Sir for explaining in such a smooth and easy way.
and now I know how to use a test... :)) and if I forgot, I will brb because it's a saved video in Java play list now :D
Thank you Brian!
Thank you so much for this simple tutorial! Every other video I found about unit testing used a dependency framework that I didn't care about or have the time to learn right now!
This is BRILLIANT !!! My Lectures can't explain SH*T
It is all I needed and even more. Thank you!
finally, a normal tutorial to do this! thank you very much
Thanks a lot. This video really helped me in configuring my intelliJ
Simply THE BEST , and THANK YOU FOR POSTING
Brain, Thank you for your video. Finally, I leant unit test and code coverage. We need more videos from you. God bless you. I subscribed to your channel.
Thank you very much for your video, I can finally run my unit test.
thanks, exactly what I was searching for
Thank you! That was super easy and extremely helpful!
Thank you!! The IntelliJ website said to do it in a way more complicated way.
Right to the point! Good job.
Very nice concept clearity
Thx Brian! Useful guide!
Exactly what i needed
Thank you so much. This the best.
Thank you. All the others tutorials only use Maven projects
Thank you, Brian!
Very good video, thank you.
Great video, could you make one tutorial about mock objects with mockito please. ✌️
Great video
Great stuff
Thank you so much!
Thank you for using a dark theme.
what dependencies you use how you add them nothing of that? if you press alt+enter create test does not show now why?
thank you
can we test input from console using Junit?
thank you so much
"Create Test" is not showing upon "Alt + Enter". Please help.
Thanks
how do i install junit 5 ?
Control+Shift+R on Mac
If 'Create Test' is not showing up for someone when doing "alt enter" on the method name try to do "ctrl alt T "intstead.
You have to Create Test on the Class, not on the method
Why use such a complex, multi-line code example to illustrate junit. So many unnecessary lines of code. Its like using a space rocket as an example of a man made flying object