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
Python Basics How to check the version of Python interpreter mac terminal
No comments:
Post a Comment