This test rule is now in the 'test-rules' support repository. Use that one!
https://developer.android.com/reference/android/support/test/rule/ActivityTestRule.html
#!/bin/bash | |
A_IMPORT="import com.amazon.geo.maps" | |
G_IMPORT="import com.google.android.maps" | |
A_VIEW="com.amazon.geo.maps.MapView" | |
G_VIEW="com.google.android.maps.MapView" | |
if [ "$1" = "a" ]; then | |
FR=$G_IMPORT |
// Copyright 2012 Square, Inc. | |
package com.squareup.test; | |
import android.app.Activity; | |
import android.content.Context; | |
import android.view.LayoutInflater; | |
import android.view.View; | |
import com.actionbarsherlock.ActionBarSherlock; | |
import com.actionbarsherlock.app.ActionBar; | |
import com.actionbarsherlock.internal.ActionBarSherlockCompat; |
This test rule is now in the 'test-rules' support repository. Use that one!
https://developer.android.com/reference/android/support/test/rule/ActivityTestRule.html