Adobe-Consulting-Services/acs-aem-commons

View on GitHub
bundle/src/test/resources/com/adobe/acs/commons/dam/impl/ReviewTaskAssetMoverHandlerTest.json

Summary

Maintainability
Test Coverage
{
  "asset.png" : {
    "jcr:primaryType" : "dam:Asset",
    "jcr:content" : {
      "jcr:primaryType" : "nt:unstructured",
      "metadata" : {
        "jcr:primaryType": "nt:unstructured",
        "dam:status": "rejected",
        "predictedTags" : {
          "jcr:primaryType": "nt:unstructured",
          "apple" : {
            "jcr:primaryType": "nt:unstructured",
            "name": "apple",
            "confidence": 1.0
          },
          "orange" : {
            "jcr:primaryType": "nt:unstructured",
            "name": "orange",
            "confidence": 0.5
          },
          "banana" : {
            "jcr:primaryType": "nt:unstructured",
            "name": "banana",
            "confidence": 0.1
          }
        }
      }
    }
  }
}