Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

getting error not able to resolve AemContext type in wcm.io

Avatar

Level 2

Hello Guys,

I have deployed wcm-io-testing package in AEM 6.2. When i am creating new aem project to write Junit testcases using  wcm.io.

In my aem project in build path under project i am configuring wcm-io-testing package to use AEM-Mock , When i am writing the 

@Rule public final AemContext context = new AemContext();

 getting error not able to resolve AemContext type while i have included the required package also.

Please help me in this regard if you have complete example of wcm-io included java class with its test class then please share with me because i am not getting the complete idea about it.

 

Thanks

Arjit

1 Reply

Avatar

Level 2

Add the aem mocks dependency in your pom file

<dependency>

   <groupId>io.wcm</groupId>

   <artifactId>io.wcm.testing.aem-mock</artifactId>

   <version>1.8.0</version>

</dependency>