JUnit 5 Tutorial: Categories and test Suites

preview_player
Показать описание
In this video tutorial of Junit you will learn how to aggregates tests in suites as well as how to filter them out using categories.

The following topics are covered:

1) Test aggregation using suites;
2) Test filtering using categories.

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

This is a very informative and useful tutorial, thanks for sharing. Is there any way to run your test `functions/methods` in the given order like the way we have created a different test Suit to run test `classes` in the given order?

kavitapatil