Introduction to JUnit: What is Unit Testing and Why is it Important?

preview_player
Показать описание
JUnit is a very commonly used testing framework used for unit testing in Java. Find out what it is and why it's important in having good code.
Рекомендации по теме
Комментарии
Автор

damn, son. if only all code and tech related videos were this way.
you are so the man.

KienZie
Автор

Thank you for explaining it so simply. Every other youtube video has an indian accent and try to make it way pretentious, what a waste of time. 

Also that song is amazing lol

nugenki
Автор

You speak in a concise and easily understood manner. Well done. Your videos, I will subscribe.

SuperYouVIN
Автор

Hi its very nice, and i appreciate your efforts. you seems to be very younger to do all this, hope you guide us in this way regularly, take care. thumbs up  for you    

amitsharmaIndia
Автор

thanks simplyianm, by referring ur videos i could understand junit very easily. thanks a lot.

sunilsharma
Автор

Dude, your videos are awesome. Keep doing them!

MarkAsp
Автор

You could assertEquals with an epsilon of 500 and check for 500. Or you could use Hamcrest matchers, which I'll probably be explaining in a later video.

simplyianm
Автор

thanks dude....! had knowledge learning in fun way

shanoor
Автор

Guitar... yes you can sing with the guitar.... subscribed.

databaseexpert
Автор

What I've been wondering is how well unit testing works with randomized numbers. What would asserting (random number from 1 to 1000 < 999) to be true do in such a test?

lvkoolbeans
Автор

Haha this is fun. so much better then looking at a book ot 1000 pages

youeatmetube
Автор

I still can't understand why would anyone unit test.
Just build the damn application, unit testing seems to be a waste of time....

CanMetan