Need help for developing testing framework | Community
Skip to main content
praveenk9004043
Level 4
August 4, 2016
Solved

Need help for developing testing framework

  • August 4, 2016
  • 3 replies
  • 2117 views

Hi Friends,

I am working on my project to come up with a testing framework. can someone share any implementation of developing easymock and pwermock frameworks.

Regards

Pr@veen 

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

Hi,

you could have a look at the testing in place for ACS AEM Commons[0] seems to be some power mock in there

Regards,

Opkar

[0] https://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/master/bundle/src/test

3 replies

ogillAdobe EmployeeAccepted solution
Adobe Employee
August 4, 2016

Hi,

you could have a look at the testing in place for ACS AEM Commons[0] seems to be some power mock in there

Regards,

Opkar

[0] https://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/master/bundle/src/test

Level 3
August 4, 2016
kautuk_sahni
Community Manager
Community Manager
August 5, 2016

Hi

As mentioned by Opkar, Check out ACS AEM Commons.It uses a combination of Mockito, PowerMock, and Sling Mocks

Link:- https://github.com/Adobe-Consulting-Services/acs-aem-commons

You may also like to see "Mockito", i know some teams using it.

 

~kautuk

Kautuk Sahni