JUnit 5 Basics 9 - The @Test annotation

preview_player
Показать описание
Note: This course is still in progress. Please subscribe for updates and new content.

Рекомендации по теме
Комментарии
Автор

You will go down in history as the best Tutor of Object Oriented Programming for mankind! Thanks a lot for all your videos!

chiragkumar
Автор

You're the only creator that I've paid for a membership for. Well worth it. Thank you sir

georgebockari
Автор

amazing explanation. Thanks for creating videos with awesome teaching skills :)

bloom
Автор

good video. This series helps me a lot

yomaru_
Автор

This is an interesting idea to use JUnit as a runner. What if I did use it as a controller for the MVC pattern? :D

sadammann
Автор

Can you provide a example for junit test case for save method of Service and repository test classes? I am getting NPE when trying to mock repository in serviceTest class

subhopaul
Автор

Am enjoying your vids. I have to say though that suggesting to use @Test as a way of running non test code is a very bad idea so people really should avoid doing that.

joepage
Автор

@PrepareForTest annotation is not working with JUnit 5?

abinpeter
Автор

Hi Kaushik your teaching is just mind blowing !
I have one question in older version of spring STS(STS-3.7.1.RELEASE) I am not finding test runner as JUNIT-5, Can you help me out.

ravikiranjakkannavar
Автор

Hi All,
I am trying to run this part in Eclipse Oxygen3.7.3 with OpenJdk9. Getting error as below -
Caused by:
Note : I have removed Java11 dependency from Pom in properties section.


Any suggestions.

siddK