Search in sources :

Example 16 with Title

use of com.adobe.cq.wcm.core.components.models.Title in project aem-core-wcm-components by Adobe-Marketing-Cloud.

the class TitleImplTest method testGetLinkFromRedirectChain.

@Test
protected void testGetLinkFromRedirectChain() {
    Title title = getTitleUnderTest(TITLE_RESOURCE_TITLE_V2_REDIRECT_CHAIN);
    assertValidLink(title.getLink(), "/content/title/redirect/redirect-page-3.html", "Should Redirect to Page 3 (accessibility label)", "Should Redirect to Page 3 (title)");
    Utils.testJSONExport(title, Utils.getTestExporterJSONPath(testBase, TITLE_RESOURCE_TITLE_V2_REDIRECT_CHAIN));
}
Also used : Title(com.adobe.cq.wcm.core.components.models.Title) Test(org.junit.jupiter.api.Test)

Example 17 with Title

use of com.adobe.cq.wcm.core.components.models.Title in project aem-core-wcm-components by Adobe-Marketing-Cloud.

the class TitleImplTest method testGetTitleResourcePageStyleType.

@Test
protected void testGetTitleResourcePageStyleType() {
    Title title = getTitleUnderTest(TITLE_NOPROPS, Title.PN_DESIGN_DEFAULT_TYPE, "h2");
    assertEquals("h2", title.getType());
    Utils.testJSONExport(title, Utils.getTestExporterJSONPath(testBase, TITLE_NOPROPS));
}
Also used : Title(com.adobe.cq.wcm.core.components.models.Title) Test(org.junit.jupiter.api.Test)

Aggregations

Title (com.adobe.cq.wcm.core.components.models.Title)17 Test (org.junit.jupiter.api.Test)17 Page (com.day.cq.wcm.api.Page)1 StringReader (java.io.StringReader)1 Resource (org.apache.sling.api.resource.Resource)1