wcm.io mockPageManager, unable to test PageManager "copy". | Adobe Higher Education
Skip to main content
May 12, 2020
解決済み

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

  • May 12, 2020
  • 1 の返信
  • 4376 ビュー

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)

このトピックへの返信は締め切られました。

1 の返信

arunpatidar
Community Advisor
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?