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

Create Fake server for testing purposes #46

Closed CedricCook closed 9 years ago

CedricCook commented 9 years ago

When testing, communicating with the actual server every time might be too slow, so we should create a fake server on the phone to speed up communication. (good idea to look at android examples online)

radubanabic commented 9 years ago

You should take a look at Mockito; this is exactly what it was designed for.