diff --git a/src/main/java/org/opengis/cite/wfs30/collections/FeatureCollectionsMetadataOperation.java b/src/main/java/org/opengis/cite/wfs30/collections/FeatureCollectionsMetadataOperation.java
index 4139d701..79458a39 100644
--- a/src/main/java/org/opengis/cite/wfs30/collections/FeatureCollectionsMetadataOperation.java
+++ b/src/main/java/org/opengis/cite/wfs30/collections/FeatureCollectionsMetadataOperation.java
@@ -5,6 +5,11 @@
import static org.opengis.cite.wfs30.SuiteAttribute.API_MODEL;
import static org.opengis.cite.wfs30.WFS3.PATH.COLLECTIONS;
import static org.opengis.cite.wfs30.openapi3.OpenApiUtils.retrieveTestPoints;
+import static org.opengis.cite.wfs30.util.JsonUtils.findLinkToItself;
+import static org.opengis.cite.wfs30.util.JsonUtils.findLinksWithSupportedMediaTypeByRel;
+import static org.opengis.cite.wfs30.util.JsonUtils.findLinksWithoutRelOrType;
+import static org.opengis.cite.wfs30.util.JsonUtils.findUnsupportedTypes;
+import static org.opengis.cite.wfs30.util.JsonUtils.linkIncludesRelAndType;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotNull;
import static org.testng.Assert.assertTrue;
@@ -116,7 +121,7 @@ public void storeCollectionsInTestContext( ITestContext testContext ) {
* the test point to test, never null
*/
@Test(description = "Implements A.4.4.4. Validate the Feature Collections Metadata Operation (Requirement 9, 10)", groups = "collections", dataProvider = "collectionsUris", dependsOnGroups = "apidefinition")
- public void validateFeatureCollectionsMetadataOperation(TestPoint testPoint ) {
+ public void validateFeatureCollectionsMetadataOperation( TestPoint testPoint ) {
String testPointUri = testPoint.createUri();
Response response = init().baseUri( testPointUri ).accept( JSON ).when().request( GET );
response.then().statusCode( 200 );
@@ -149,19 +154,19 @@ public void validateFeatureCollectionsMetadataOperationResponse_Links( TestPoint
throw new SkipException( "Could not find a response for test point " + testPoint );
JsonPath jsonPath = response.jsonPath();
+ List