Hi,
I've an XML file in the assets directory of my test application. I want to access this file from my suite method of the test class.
ie.,
public static TestSuite suite(){ InputStream stream = // Some code which returns the asset }
Any idea how I can do this? I tried with Resources.Resources.getSystem().getAssets() but no luck :-(. help please.
Thanx in adv, Joseph