Prosjekt2-09arduino / ArduinoStore

Apache License 2.0
3 stars 1 forks source link

Create test skeleton for the android application #65

Closed rtc11 closed 11 years ago

rtc11 commented 11 years ago

Using robolectric. How to use in eclipse: http://pivotal.github.com/robolectric/eclipse-quick-start.html

rtc11 commented 11 years ago

When adding external JAR's, use android api 8

rtc11 commented 11 years ago

Have problems with Robolectric, trying another test framework: robotium

rtc11 commented 11 years ago

Created and commited a test framework (robotium with Android JUnit testing). Import the "test" folder as an existing android project into your eclipse and add http://robotium.googlecode.com/files/robotium-solo-4.0.jar to build path