Hey,
I found this issue and I couldn't figure out what is wrong. 

When I try to run tests directly from Android Studio (Run 'All tests'), 
then in my tests I am not able to find contents of test/resources folder, 
but it works when tests are run from command line by running "gradle test".

I am using class loader to retrieve contents of test/resources folder like 
this: DummyClass.class.getClassLoader().getResource("..."); But it returns 
null when run from Android Studio.

Thanks for any help.

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to