Java Junit Unit Tests in Visual Studio Code

preview_player
Показать описание
Running and debugging Java unit tests written with the Junit v4 framework in Visual Studio Code.

Table of Contents:

00:00 - Setup
00:27 - Run tests
01:07 - Jump to a test that failed
01:26 - Common problems running tests
01:34 - Reset Java in VSCode
02:13 - Run tests from the command line
03:46 - Fix your code and run tests again
Рекомендации по теме
Комментарии
Автор

Hi, i always got package org.junit does not exist in the vscode. how to solve this? thank you.

PraditioAditya
Автор

And you switch to the test tab, which is empty...

florinpandele
Автор

90% of the video are senseless because you dont show how to implement junit

kerrykilian