spring-guides / gs-testing-web

Testing the Web Layer :: Learn how to test Spring Boot applications and MVC controllers.

Home Page:http://spring.io/guides/gs/testing-web/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run successfully in VSCode.

rockgarden opened this issue · comments

Hello,
When I run the project in VSCode.
Nothing has changed, and the compilation was successful.
When I click on Run Test in TestingWebApplicationTest.java.
I get an error:
Caused by: java.lang.NoClassDefFoundError: org/junit/platform/engine/EngineDiscoveryListener

I missed something or did something wrong?