henrykuijpers

Results 14 comments of henrykuijpers

Unit test failure: ``` Connected to the target VM, address: '127.0.0.1:55021', transport: 'socket' org.opentest4j.AssertionFailedError: Unexpected exception thrown: java.lang.NullPointerException at org.junit.jupiter.api.AssertDoesNotThrow.createAssertionFailedError(AssertDoesNotThrow.java:83) at org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:54) at org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:37) at org.junit.jupiter.api.Assertions.assertDoesNotThrow(Assertions.java:3060) at x.Testing.testMockWithPrivateFieldCalls(Testing.java:33) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native...

@Niteshkc225 easiest workaround, if you can maintain that code, is to mock an iterface instead of a class.

Any progress or additional thoughts on this, @kwin ? I'd love to see this make the Sightly/HTL asap, as we often end up creating backend logic for something as simple...

@raducotescu any update?

Noticed this too, today! What about the commit? Has it been tested already?

I suggest the following implementation, replacing the one that is present now: ``` /** * Default Bobcat implementation of {@link CreatePageWizard} for AEM 6.4 */ @PageObject(css = "form.cq-siteadmin-admin-createpage") public class...