JUnit 5 Tutorial: Parameterized tests

preview_player
Показать описание
In this video tutorial of Junit you will learn how to write parameterized tests.

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

So that means you can only have 1 test per test class???
What if I have several related tests that require different inputs? With TestNG I would just use @DataProvider. Does JUnit have anything like that?

chrisjust
Автор

Hmm didn't realize the first time that I watched this that it's NOT junit 5.

MrMikomi