On a mac it's ./gradlew test so I Windows I would imagine it is something like gradle.bat test. I think that will run all of the tests. You can add more to the command line such as specific test classes, ex: gradle.bat test --tests TestClassOne and that will only run the tests in TestClass One.
I could be wrong, but nobody answered you yet so I thought I'd try.