wcm.io mockPageManager, unable to test PageManager "copy". | Community
Skip to main content
May 12, 2020
Solved

wcm.io mockPageManager, unable to test PageManager "copy".

  • May 12, 2020
  • 1 reply
  • 4376 views

Hello Guys, 

I am trying to test the PageManager.copy() with wcm.io, but am unable to do so. This is because the mockPageManager.copy() is not implemented. What are some other ways for me to test the PageManager.copy() command?

io.atlassian.net/browse/WTES-17?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel

 

java.lang.UnsupportedOperationException
at org.apache.sling.testing.mock.jcr.MockSession.move(MockSession.java:424)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 12, 2020
May 13, 2020

Yeah, we can see that the MockPageManager.copy is not implemented.

@9944223 294 public Page copy(final Page page, final String destination, final String beforeName, final boolean shallow, 295 final boolean resolveConflict) { 296 throw new UnsupportedOperationException(); 297 }

https://wcm.io/testing/aem-mock//xref/io/wcm/testing/mock/aem/MockPageManager.html

What is another way to test this?