Andy Wilkinson
7a1a989765
Expand and update REST Assured compatibility testing
...
Closes gh-688
2020-07-13 10:53:28 +01:00
Andy Wilkinson
4bbc5b37b5
Perform compatibility testing against REST Assured 4.0 and 4.1
...
Closes gh-640
2019-09-13 13:02:51 +01:00
Andy Wilkinson
ceb844183d
Merge branch '1.2.x'
2018-08-08 12:27:43 +01:00
Andy Wilkinson
7431426cf3
Update tests to use AssertJ
...
Closes gh-537
2018-08-08 11:22:57 +01:00
Andy Wilkinson
6986cb75a8
Remove deprecated code
...
Closes gh-387
2017-05-19 09:27:06 +02:00
Andy Wilkinson
9f67eaab70
List REST Assured dependencies as optional in pom
...
Previously, the use of compileOnly meant that the REST Assured
dependencies were omitted from pom for spring-restdocs-restassured.
This commit correct thr problem by using the propdeps' plugin's
optional configuration instead.
Closes gh-372
2017-04-07 17:03:32 +01:00
Andy Wilkinson
704257e93b
Align generated Set-Cookie header with RFC 6265
...
Closes gh-378
2017-04-07 16:59:49 +01:00
Andy Wilkinson
78982cf515
Add support for REST Assured 3
...
Closes gh-262
2017-03-20 21:39:25 +00:00
Andy Wilkinson
e9ceeacd66
Merge branch '1.1.x'
2017-03-04 21:05:07 +00:00
Andy Wilkinson
7cb91f9963
Remove use of Spring Boot from REST Assured module's integration tests
...
Closes gh-360
2017-03-04 20:40:42 +00:00
Andy Wilkinson
1393182182
Upgrade Spring Boot-based samples and integration tests to use 1.4
...
Closes gh-327
2016-10-28 21:25:30 +01:00
Andy Wilkinson
6c6054178e
Upgrade tests and samples to use Spring Boot 1.3.6.RELEASE
2016-07-22 14:41:45 +01:00
Andy Wilkinson
b804ebbe5a
Add a description to the REST Assured module
2016-05-31 11:35:43 +01:00
Andy Wilkinson
d5a2dff210
Update the samples to use Spring Boot 1.3.5.RELEASE
2016-05-31 10:07:19 +01:00
Andy Wilkinson
f23d947cb5
Use Spring Boot 1.3.3 to test REST Assured module
2016-05-05 14:11:49 +01:00
Andy Wilkinson
ee865ce4ed
Tolerate relocated test-related classes in Spring Boot 1.4
2016-02-22 10:13:35 +00:00
Andy Wilkinson
130b411e2a
Add support for using REST Assured to generate documentation snippets
...
This commit adds a new module, spring-restdocs-restassured, that
can be used to generate documentation snippets when testing a service
with REST Assured.
Please refer to the updated reference documentation for details.
Thanks to Johan Haleby for making a change to REST Assured so that
path parameters could be documented.
Closes gh-102
2016-01-29 12:31:37 +00:00