


Hi,
Facing one issue while calling "getTemplate" method of content fragment mock. Please let me know your thoughts on the same.
issue details:
java.lang.UnsupportedOperationException
at io.wcm.testing.mock.aem.MockContentFragment.getTemplate(MockContentFragment.java:232)
Junit code snippet:
contentFragment = contentFragmentResource.adaptTo(ContentFragment.class);
lenient().when(contentFragment.getTemplate().getTitle()).thenReturn("testing");
Thanks,
Ravi Joshi
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Vijayalakshmi_S ,
Thank you. That was a very helpful explanation. But could you suggest how we can mock "getTemplate()" in the same reference. Or there are any other way to get template or content fragment model title to replace this method invocation.
Thanks,
Ravi Joshi
From the API documentation of com.adobe.cq.dam.cfm.* package, no other alternative way to retrieve the Content Fragment Model/CF's template Title.
Hi I'm facing the same issue, has anyone resolve it already?
Views
Replies
Total Likes