List<PropertyData<?>> propList = new ArrayList<PropertyData<?>>();
propList.add(this.binding.getObjectFactory().createPropertyStringData(PropertyIds.NAME,
Fixture.TEST_ROOT_FOLDER_NAME));
propList.add(this.binding.getObjectFactory().createPropertyIdData(PropertyIds.OBJECT_TYPE_ID, folderTypeId));
Properties properties = this.binding.getObjectFactory().createPropertiesData(propList);
this.testRootFolderId = this.binding.getObjectService().createFolder(this.repositoryId, properties,
this.rootFolderId, null, null, null, null);
Assert.assertNotNull(this.testRootFolderId);