JUnit 5 Basics 5 - JUnit 5 Architecture

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

Learn all about the JUnit 5 architecture and the various important pieces - including JUnit Jupiter APIs

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

I went into this dreading that I was going to have to teach myself unit testing for a job interview and I came out really interested! Giving the backstories on why something was done really makes it easier to grasp! Thanks!

Submersed
Автор

When Koushik speaks something the developers listens. Man, you are the first person for whom I didn't play videos on 2x.

amanrai
Автор

1:17 It's also interesting, that you cover it in 5th tutorial :)

NMNaufaldo
Автор

I have watched so many of your videos, you are too good in explaining. It was going tough for me to understand spring and junit, you have made it so clear with concepts. Thank you for sharing knowledge!

niyatinadgouda
Автор

I follow most of your videos and its an easy way to understand the topics. I even suggest your videos to the juniors in my team.

PrasannaLakshmi
Автор

Very Good JUNIT explanation. Thankyou Sir!!

poojasharma-ccur
Автор

At 3:38 "You need to add the Jupiter dependencies, and you need to add the core platform dependency. So, two dependencies in Maven, and you can write using JUnit 5." The way this is worded is confusing. The first sentence implies 3+ dependencies while the second states two. The first sentence also implies that the core platform dependency is not a Jupiter name. As the rest of the video frequently makes the point that Jupiter is only the API, not the platform, this implication seems pretty solid. However, the code linked in the description more clearly shows only the following two dependencies. I have inserted release candidate version numbers taken from MavenCentral.


group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.0-RC2'
group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.0-RC2'


I want to add that after watching the next video, this is all cleared up.

whistlingwind
Автор

How we can create json report using junit 5 and how to pass custom fields to output files?

dipakbachhav
Автор

Hi just a simple question.
Junit testing Jupiter is also the same with Mockito ?
What I mean is do they have the same syntax?

chiller
Автор

Hi can you please make a separate video describing what actually test runner and test engine are. It would be really helpful to me.

GauravSharma-kneh
Автор

nice series can you make videos about TDD testing and make series about java desktop development please and tnx alot

michelchaghoury
Автор

Hi Can we use all three components together

manidharkumar
Автор

hi sir, i am following you for 1 2 years you always provide the best video. I have a question to ask. I got a job in Junit testing and i want to be in a developer so is it possible that i can switch from JUnit to java developer if i switch the job after 1 yr

chanakyakhatri