This is described in README. Try the following. It will force the test to
run when there is no code change.
./gradlew cleanTest test
Thanks,
Jun
On Sun, Sep 28, 2014 at 11:15 PM, Abhishek Sharma
wrote:
> Hi,
>
> I have tried several times to run same unit test (AdminTest) singly by
> using com
Hi,
I have tried several times to run same unit test (AdminTest) singly by
using command - /./gradlew -Dtest.single=AdminTest core:test/
Only for the first time all the test methods of unit test were executed
and later in subsequent runs no test method were executed. Is it a
correct executio