Uses of Class
com.aventstack.extentreports.markuputils.CodeLanguage
-
Packages that use CodeLanguage Package Description com.aventstack.extentreports.markuputils -
-
Uses of CodeLanguage in com.aventstack.extentreports.markuputils
Methods in com.aventstack.extentreports.markuputils that return CodeLanguage Modifier and Type Method Description static CodeLanguageCodeLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static CodeLanguage[]CodeLanguage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aventstack.extentreports.markuputils with parameters of type CodeLanguage Modifier and Type Method Description static MarkupMarkupHelper. createCodeBlock(String code, CodeLanguage lang)
-