(fileNamePrefix + "File" + counter++),
getType());
Binary binary =
parent.getSession().getValueFactory().createBinary(
new TestInputStream(FILE_SIZE * 1024));
try {
Node content =
JcrUtils.getOrAddNode(file, Node.JCR_CONTENT, NodeType.NT_RESOURCE);
if (indexType != null) {
content.addMixin(CUSTOM_INDEX_TYPE);