Skip to content

cyrusinnovation/lunchlunchandroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lunchlunchandroid

This is simply a stab at the proper patterns for an Android implementation of the mobile client for Lunch Buddy.

Development setup

Testing

  • Even though there is an Android SDK that provides you with classes and methods, most of the methods throw exceptions if you simply try to run them.
  • Thus all unit tests must be run inside an Android Simulator. The ADT Eclipse provides you with tools to manage these simulators.
  • Also, simply running as JUnit will not work, you must run as Android Test.
  • Run AllTests to run everything in the project..
  • If anyone can figure out how to write a Watchman Test that will verify that the test classes are all in a Suite and that the Test Suites are all in the AllTests Suite, it would be greately appreciated.
    • This is extra hard since the test run on the Android Device so even brute forcing a recursive file path, class loader test is not possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published