Re: Regarding running single core test

2014-09-29 Thread Jun Rao
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

Regarding running single core test

2014-09-28 Thread Abhishek Sharma
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