Merge branch 'master' of https://github.com/eugenp/tutorials
This commit is contained in:
commit
4e7ef2e3c3
@ -1,8 +1,11 @@
|
|||||||
=========
|
=========
|
||||||
|
|
||||||
## Guava Cookbooks and Examples
|
## Guava and Hamcrest Cookbooks and Examples
|
||||||
|
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Guava Collections Cookbook](http://www.baeldung.com/guava-collections)
|
- [Guava Collections Cookbook](http://www.baeldung.com/guava-collections)
|
||||||
|
- [Guava Ordering Cookbook](http://www.baeldung.com/guava-order)
|
||||||
|
- [Guava Functional Cookbook](http://www.baeldung.com/guava-functions-predicates)
|
||||||
|
|
||||||
|
- [Hamcrest Collections Cookbook](http://www.baeldung.com/hamcrest-collections-arrays)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
=========
|
=========
|
||||||
|
|
||||||
## Mockito Cookbooks and Examples
|
## HttpClient 4.x Cookbooks and Examples
|
||||||
|
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
- [HttpClient 4 Cookbook](http://www.baeldung.com/httpclient4)
|
||||||
|
@ -63,7 +63,7 @@ public class HttpClientLiveTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public final void whenExecutingBasicGetRequest_thenNoExceptions() throws ClientProtocolException, IOException {
|
public final void whenExecutingBasicGetRequest_thenNoExceptions() throws ClientProtocolException, IOException {
|
||||||
instance.execute(new HttpGet(SAMPLE_URL));
|
response = instance.execute(new HttpGet(SAMPLE_URL));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -5,4 +5,5 @@
|
|||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Mockito Verify Cookbook](http://www.baeldung.com/mockito-verify)
|
- [Mockito Verify Cookbook](http://www.baeldung.com/mockito-verify)
|
||||||
|
- [Mockito When/Then Cookbook](http://www.baeldung.com/mockito-behavior)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user