Skip to content

Instantly share code, notes, and snippets.

View riaancornelius's full-sized avatar

Riaan Cornelius riaancornelius

View GitHub Profile
@christopherperry
christopherperry / AndroidVersion.java
Created July 27, 2012 22:02
Robolectric test runner with Guice injection, custom class binding using annotations, and android version support.
package annotations;
import android.os.Build;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**