Message from discussion
learning Robolectric
Received: by 10.205.119.10 with SMTP id fs10mr140471bkc.3.1348958199210;
Sat, 29 Sep 2012 15:36:39 -0700 (PDT)
X-BeenThere: robolectric@googlegroups.com
Received: by 10.205.124.16 with SMTP id gm16ls81076bkc.7.gmail; Sat, 29 Sep
2012 15:36:38 -0700 (PDT)
Received: by 10.204.5.194 with SMTP id 2mr979698bkw.7.1348958198428;
Sat, 29 Sep 2012 15:36:38 -0700 (PDT)
Received: by 10.204.5.194 with SMTP id 2mr979697bkw.7.1348958198407;
Sat, 29 Sep 2012 15:36:38 -0700 (PDT)
Return-Path: <gbenh...@gmail.com>
Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180])
by gmr-mx.google.com with ESMTPS id k7si1157296bks.2.2012.09.29.15.36.38
(version=TLSv1/SSLv3 cipher=OTHER);
Sat, 29 Sep 2012 15:36:38 -0700 (PDT)
Received-SPF: pass (google.com: domain of gbenh...@gmail.com designates 209.85.217.180 as permitted sender) client-ip=209.85.217.180;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of gbenh...@gmail.com designates 209.85.217.180 as permitted sender) smtp.mail=gbenh...@gmail.com; dkim=pass header...@gmail.com
Received: by lbbge1 with SMTP id ge1so2645354lbb.25
for <robolectric@googlegroups.com>; Sat, 29 Sep 2012 15:36:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:content-type;
bh=Ka1qNbD9MFlo/XE+yqSaw403YrsMoTcmnYUzolVxB7Q=;
b=itjgPUyR6Nu8HMHVGnayl5Vuad7HhkJWzLxENUmLQhBnLn+nfozihTQysz82mykqi5
S2NKv/kH925ANB41LhNt9EY5/njgyGCEl/Mq6XMNXUKOgyFwpB2DutdsaImBUBh3fP4F
KKDepJh4z67PJN6m5Ejte6KORZEmetVm67P1DPJc0LX1WlPNGFF1tKJE+GZHpFLiFjxd
QbFXqaUiooJbzm3YjD4BTVtPjU7ThrRbHY28ydUpSQ7tuqfQg5+3dYLnyHmQtY2m/APB
yA1avjF2dRXgyNSjBz1JVQuxuuaPoluLPNBkpdvbMIVQretEbBZtauzKkA9w2nk2HsMi
mA+g==
Received: by 10.152.122.9 with SMTP id lo9mr8663217lab.41.1348958197863; Sat,
29 Sep 2012 15:36:37 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.112.83.168 with HTTP; Sat, 29 Sep 2012 15:36:17 -0700 (PDT)
In-Reply-To: <CAPqFgUVL_5ug+LDp_93YBOrLmH4Vg1cqOxu_YA1hJfgom6K...@mail.gmail.com>
References: <ef994095-96ea-4894-ac97-aa3efe03fa5c@googlegroups.com> <CAPqFgUVL_5ug+LDp_93YBOrLmH4Vg1cqOxu_YA1hJfgom6K...@mail.gmail.com>
From: Gal Ben-Haim <gbenh...@gmail.com>
Date: Sun, 30 Sep 2012 00:36:17 +0200
Message-ID: <CADm_bVCWojjTWGHuOkjvaj1hh7H0cHOU2eUOZS8tTOQt2X=...@mail.gmail.com>
Subject: Re: [robolectric] learning Robolectric
To: robolectric@googlegroups.com
Content-Type: multipart/alternative; boundary=f46d043bd6fa33549004cadece4b
--f46d043bd6fa33549004cadece4b
Content-Type: text/plain; charset=ISO-8859-1
I started adding some pages, others are most welcome to learn and share
their own how-tos and code snippets.
https://github.com/pivotal/robolectric/wiki
On Sat, Sep 29, 2012 at 8:49 PM, Tyler Schultz <tylerschu...@gmail.com>wrote:
> Sounds like a great idea. Any reason not to use the github wiki?
> https://github.com/pivotal/robolectric/wiki
>
> --Tyler
>
>
> On Sat, Sep 29, 2012 at 9:01 AM, Gal Ben-Haim <gbenh...@gmail.com> wrote:
>
>> is there anywhere to learn Robolectric other than searching online for
>> how to test each required thing ?
>>
>> for example, a guide/tutorial that shows how to test ContentProvider,
>> SharedPreferences, Service, HTTP, ....
>>
>> I'm thinking of setting up a wiki that users can post their examples for
>> how to test specific things, is it something that people will find
>> interesting ?
>>
>>
>
--f46d043bd6fa33549004cadece4b
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">I started adding some pages, others are most welcome to le=
arn and share their own how-tos and code snippets.<div><a href=3D"https://g=
ithub.com/pivotal/robolectric/wiki" target=3D"_blank">https://github.com/pi=
votal/robolectric/wiki</a></div>
<div><br><div class=3D"gmail_quote">On Sat, Sep 29, 2012 at 8:49 PM, Tyler =
Schultz <span dir=3D"ltr"><<a href=3D"mailto:tylerschu...@gmail.com" tar=
get=3D"_blank">tylerschu...@gmail.com</a>></span> wrote:<br><blockquote =
class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid=
;padding-left:1ex">
Sounds like a great idea. Any reason not to use the github wiki?=A0<a href=
=3D"https://github.com/pivotal/robolectric/wiki" target=3D"_blank">https://=
github.com/pivotal/robolectric/wiki</a><span class=3D"HOEnZb"><font color=
=3D"#888888"><div>
<br></div></font></span><div><span class=3D"HOEnZb"><font color=3D"#888888"=
>--Tyler</font></span><div><div class=3D"h5"><br><br><div class=3D"gmail_qu=
ote">
On Sat, Sep 29, 2012 at 9:01 AM, Gal Ben-Haim <span dir=3D"ltr"><<a href=
=3D"mailto:gbenh...@gmail.com" target=3D"_blank">gbenh...@gmail.com</a>>=
</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .=
8ex;border-left:1px #ccc solid;padding-left:1ex">
is there anywhere to learn Robolectric other than searching online for how =
to test each required thing ?<br><br>for example, a guide/tutorial that sho=
ws how to test ContentProvider, SharedPreferences, Service, HTTP, ....<div>
<br></div><div>I'm thinking of setting up a wiki that users can post th=
eir examples for how to test specific things, is it something that people w=
ill find interesting ?</div><div><br></div></blockquote></div><br></div>
</div></div>
</blockquote></div><br></div></div>
--f46d043bd6fa33549004cadece4b--