-
```
In Matchers.java:
public static org.hamcrest.Matcher
-
```
In Matchers.java:
public static org.hamcrest.Matcher
-
```
In Matchers.java:
public static org.hamcrest.Matcher
-
```
In Matchers.java:
public static org.hamcrest.Matcher
-
simple-http has a transitive dependency to JUnit, really only because it ships with a bunch of useful Hamcrest matchers.
I've had to exclude this in projects, e.g.
```scala
"bad.robot" % "sim…
-
```
What steps will reproduce the problem?
1.Built my test apk
2.Tried to run on Android L(Nexus 5) - device
3.Part of my code calling
'android.support.test.espresso.Espresso.registerIdlingResources'…
-
```
What steps will reproduce the problem?
1.Built my test apk
2.Tried to run on Android L(Nexus 5) - device
3.Part of my code calling
'android.support.test.espresso.Espresso.registerIdlingResources'…
-
```
In Matchers.java:
public static org.hamcrest.Matcher
-
```
In Matchers.java:
public static org.hamcrest.Matcher
-
Here is some example code showing what I think is a bug
```
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.empty;
import static org.hamcrest.Matchers.hasE…