Running Junit tests on Gradle

Running Junit tests on Gradle



(1) To execute all the junit classes in the project use the command
gradle clean test
(2) To execute only one junit class use the command
gradle test –tests com.bhge.cwi.xsight.authorization.RunRestApiTest
junit_gradle

No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days