Polish
This commit is contained in:
@@ -166,4 +166,5 @@ class RestAssuredRequestConverter
|
||||
}
|
||||
return parts;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -68,4 +68,5 @@ public final class RestAssuredRestDocumentationConfigurer extends
|
||||
apply(configuration, context);
|
||||
return filterContext.next(requestSpec, responseSpec);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -252,5 +252,7 @@ public final class UriModifyingOperationPreprocessor implements OperationPreproc
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -165,4 +165,5 @@ class RestAssuredRequestConverter
|
||||
}
|
||||
return parts;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -65,4 +65,5 @@ public final class RestAssuredRestDocumentationConfigurer extends
|
||||
apply(configuration, context);
|
||||
return filterContext.next(requestSpec, responseSpec);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -249,5 +249,7 @@ public final class UriModifyingOperationPreprocessor implements OperationPreproc
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -86,4 +86,5 @@ public class RestAssuredRestDocumentationConfigurerTests {
|
||||
equalTo(RestDocumentationGenerator.ATTRIBUTE_NAME_DEFAULT_SNIPPETS),
|
||||
instanceOf(List.class)));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -121,6 +121,7 @@ class TomcatServer extends ExternalResource {
|
||||
|
||||
resp.addCookie(cookie);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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)));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -121,6 +121,7 @@ class TomcatServer extends ExternalResource {
|
||||
|
||||
resp.addCookie(cookie);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user