This commit is contained in:
Andy Wilkinson
2017-09-23 17:20:03 +01:00
parent a084175afd
commit 7c6c2e7523
41 changed files with 95 additions and 54 deletions

View File

@@ -166,4 +166,5 @@ class RestAssuredRequestConverter
}
return parts;
}
}

View File

@@ -68,4 +68,5 @@ public final class RestAssuredRestDocumentationConfigurer extends
apply(configuration, context);
return filterContext.next(requestSpec, responseSpec);
}
}

View File

@@ -252,5 +252,7 @@ public final class UriModifyingOperationPreprocessor implements OperationPreproc
}
return "";
}
}
}

View File

@@ -165,4 +165,5 @@ class RestAssuredRequestConverter
}
return parts;
}
}

View File

@@ -65,4 +65,5 @@ public final class RestAssuredRestDocumentationConfigurer extends
apply(configuration, context);
return filterContext.next(requestSpec, responseSpec);
}
}

View File

@@ -249,5 +249,7 @@ public final class UriModifyingOperationPreprocessor implements OperationPreproc
}
return "";
}
}
}

View File

@@ -86,4 +86,5 @@ public class RestAssuredRestDocumentationConfigurerTests {
equalTo(RestDocumentationGenerator.ATTRIBUTE_NAME_DEFAULT_SNIPPETS),
instanceOf(List.class)));
}
}

View File

@@ -121,6 +121,7 @@ class TomcatServer extends ExternalResource {
resp.addCookie(cookie);
}
}
}

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2016 the original author or authors.
* Copyright 2014-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -85,4 +85,5 @@ public class RestAssuredRestDocumentationConfigurerTests {
equalTo(RestDocumentationGenerator.ATTRIBUTE_NAME_DEFAULT_SNIPPETS),
instanceOf(List.class)));
}
}

View File

@@ -121,6 +121,7 @@ class TomcatServer extends ExternalResource {
resp.addCookie(cookie);
}
}
}