I am trying to run server side unit testing as advised in the advance developer guide.
I am able to see my Test class under the URL" http://localhost:4502/system/sling/junit/tset.com.test.TestableClassTest.html "
when I execute the test case by clickling execute Tests, I get null pointer exception.
This is because repository is not getting injected, isnt that the purpose of server side testing so that we dont have to mock these osgi provided objects?
Please refer to the screenshot provided.