-
```
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'…
-
Been using this builder based on your library for a few years and thought I'd share it.
```
import static org.hamcrest.Matchers.equalTo;
import static org.hobsoft.hamcrest.compose.ComposeMatchers…
-
# Story
[Spring MVC's `MockMvcResultMatchers#jsonPath()` uses `com.jayway.jsonpath.JsonPath` to evaluate string content into objects](https://github.com/spring-projects/spring-framework/blob/main/s…
-
```
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'…
-
Matchers taking varargs are error-prone.
One may have a test like this:
```
[..]
assertThat(subject, allOf());
```
I think this can't be anything but a mistake, therefore I'd like it to be reported …
-
`Equals` and `hashCode` methods are in general useless when one uses Hamcrest for testing. But I want to build a library for mocking Apache `HttpClient` and I plan to build it on top of Hamcrest Matc…
-
Here is the example:
``` java
List expected = Arrays.asList("str0", "str1", "str2");
List actual = Arrays.asList("str0", "strX", "str2");
List matchers = expected.stream().map(Matchers::is).collect(…
-
This is RE: [https://github.com/rest-assured/rest-assured/issues/1106] with RestAssured version 3.2.0
I have an array of sizes in my payload. Each size is represented by height, width and the name …
-
```
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'…