Uses of Interface
com.aventstack.extentreports.markuputils.Markup
Packages that use Markup
-
Uses of Markup in com.aventstack.extentreports
Methods in com.aventstack.extentreports with parameters of type MarkupModifier and TypeMethodDescriptionLogs an event withStatus.FAILand customMarkupsuch as: Code block Label TableExtentTest.generateLog(Status status, Markup markup) Create a non-standard log with details.Logs an event withStatus.INFOand customMarkupsuch as: Code block Label TableLogs an event withStatus.PASSand customMarkupsuch as: Code block Label TableLogs an event withStatus.SKIPand customMarkupsuch as: Code block Label TableLogs an event withStatus.WARNINGand customMarkupsuch as: Code block Label Table -
Uses of Markup in com.aventstack.extentreports.markuputils
Classes in com.aventstack.extentreports.markuputils that implement MarkupMethods in com.aventstack.extentreports.markuputils that return MarkupModifier and TypeMethodDescriptionstatic MarkupMarkupHelper.createCodeBlock(String code) static MarkupMarkupHelper.createCodeBlock(String code, CodeLanguage lang) static MarkupMarkupHelper.createCodeBlock(String code1, String code2) static MarkupMarkupHelper.createCodeBlock(String code1, String code2, String code3) static MarkupMarkupHelper.createCodeBlock(String code1, String code2, String code3, String code4) static MarkupMarkupHelper.createCodeBlocks(String[] code) static MarkupMarkupHelper.createJsonCodeBlock(Object o) static MarkupMarkupHelper.createLabel(String text, ExtentColor color) static MarkupMarkupHelper.createOrderedList(Object o) Creates an ordered list from one of the following underlying collections List Map Setstatic MarkupMarkupHelper.createTable(String[][] data) static MarkupMarkupHelper.createTable(String[][] data, String cssClass) static MarkupMarkupHelper.createTable(String[][] data, String[] cssClass) static MarkupMarkupHelper.createUnorderedList(Object o) Creates an unordered list from one of the following underlying collections List Map Setstatic Markupstatic Markupstatic Markup