timozattol / project-radin

Project Radin is an expense management Android application that was build during EPFL's Software Engineering 2014 course.
2 stars 2 forks source link

Repair InstrumentationTestRunner #53

Closed WiseIndian closed 9 years ago

WiseIndian commented 9 years ago

Following error shows"tests does not specify a android.test.InstrumentationTestRunner instrumentation or does not declare uses-library android.test.runner in its AndroidManifest.xml" apparently one parameter is missing in the AndroidManifest.xml file of the test project of Radin-project

WiseIndian commented 9 years ago

@topali2 check it out :p

topali2 commented 9 years ago

OK i added the instrumentationTest Runner again! It should be now automatic when using an espresso test or other ones. Can you confirm it @simonchelbc ?

WiseIndian commented 9 years ago

Cool it works!!

On a note side if you want to run the tests you have to add Radin-project to the build path of tests