Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Feature/Interface to mockImplementation notesTicketPatch
com.day.cq.wcm.api.designer.DesignerAPI is read-only and rather simple, should be easy to come up with a mock implementationWCMIO-65 
com.day.cq.tagging.Tag/TagManagerBoth Tag and TagManager APIs are rather complex and a mixture of read, navigation and write APIsWCMIO-52https://github.com/kemuri-9/wcm-io/tree/WCMIO-52
com.adobe.granite.xss.XSSAPIAPI is rather complex if it should provide real functionality. The underlying implementation is currently changing from AEM proprietary to Sling with updating/changing the used 3rdparty libs. So it depends on the AEM version which behavior has to be mocked.  
com.day.cq.wcm.api.components.ComponentManagerShould be quite easy, we may leave out getComponents on the first step  

...