gradle clean
To build and run tests use the following command:
gradle build
Open the following file: build\reports\tests\test\index.html
To run a test programming supplying a custom string as a stream parameter use the following command:
gradle run -PrunArgs="string parameter"
e.g:
gradle run -PrunArgs="aAbBABacafe"