lundi 18 février 2019

Running Java tests in console

Currently trying to run code and check to see if the tests will show in the terminal.

Picture of result.

using command line -

java -jar  ../../../../junit-platform-console-standalone-1.4.0-M1.jar -cp . --scan-class-path

I have the specific junit-platform-console-standalone downloaded. and I am pointing to it directly. Am I missing something? (I have 4 tests that I can run directly in intelliJ) and can confirm they are in the Jar file.

Aucun commentaire:

Enregistrer un commentaire