Skip to content

LoyolaChicagoCode/clickcounter-android-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status Download

Learning Objectives

This example is intended as a starting point for anyone planning develop Android applications using Scala. Its learning objectives are:

Observations

  • Existing isolation frameworks for Scala do not seem to handle dependencies added using the stackable trait (mixin) idiom. It is usually necessary to create one's own fakes, whether they are used as stubs or mocks.
  • Robolectric-based tests cannot run in parallel, though regular unit tests can (and usually should). Therefore, it is easiest just to stack all abstract test superclasses (realized as stackable traits) onto a single concrete subclass (the Robolectric suite).

Building and Running

Please refer to these notes for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published