Search in sources :

Example 6 with Station

use of de.bahnhoefe.deutschlands.bahnhofsfotos.model.Station in project RSAndroidApp by RailwayStations.

the class TimetableTest method setUp.

@Before
public void setUp() {
    station = new Station();
    station.setId("4711");
    station.setTitle("Some Famous Station");
    station.setDs100("LOL");
}
Also used : Station(de.bahnhoefe.deutschlands.bahnhofsfotos.model.Station) Before(org.junit.Before)

Aggregations

Station (de.bahnhoefe.deutschlands.bahnhofsfotos.model.Station)5 Intent (android.content.Intent)3 ValueAnimator (android.animation.ValueAnimator)2 ActionBar (android.app.ActionBar)2 Activity (android.app.Activity)2 TaskStackBuilder (android.app.TaskStackBuilder)2 ActivityNotFoundException (android.content.ActivityNotFoundException)2 ComponentName (android.content.ComponentName)2 Context (android.content.Context)2 Intent.createChooser (android.content.Intent.createChooser)2 PackageManager (android.content.pm.PackageManager)2 Bitmap (android.graphics.Bitmap)2 BitmapFactory (android.graphics.BitmapFactory)2 Color (android.graphics.Color)2 WHITE (android.graphics.Color.WHITE)2 Point (android.graphics.Point)2 PorterDuff (android.graphics.PorterDuff)2 Uri (android.net.Uri)2 Bundle (android.os.Bundle)2 ParcelFileDescriptor (android.os.ParcelFileDescriptor)2