Author | Message |
---|---|
dhruva
Posts: 4
|
Posted 18:24 May 18, 2016 |
In the hw2 description, you asked us to put the Test class in "test" folder. But, the android studio wasn't able to find any 'test methods' in that class. So, I put the Test class in "androidTest" folder, and it worked perfectly there. So, is this okay?Last edited by dhruva at
18:25 May 18, 2016.
|
msargent
Posts: 519
|
Posted 20:37 May 18, 2016 |
That's the right folder. I was using "test" to refer to your test folder, whatever the name of it might be. Last edited by msargent at
09:00 May 19, 2016.
|