Mocking @Inject Page currentPage; and @Inject @Source("script-bindings") private ValueMap pageProperties is giving null
How to mock
@586265
@source(“script-bindings”)
Page currentPage;
and
@586265
@3200416("script-bindings")
private ValueMap pageProperties;