In an AEM Java unit test , is it possible to adapt a resource without jcr:title to a model ?In example below , testEmptyPage() is behaving as expected , but testEmptyPageMissingTitle() is not behaving as expected because it sets pageBean to null ?In an AEM Java unit test , how can I adapt a resource...