Uses of Class
com.aventstack.extentreports.markuputils.ExtentColor
-
Packages that use ExtentColor Package Description com.aventstack.extentreports.markuputils -
-
Uses of ExtentColor in com.aventstack.extentreports.markuputils
Methods in com.aventstack.extentreports.markuputils that return ExtentColor Modifier and Type Method Description static ExtentColorExtentColor. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtentColor[]ExtentColor. 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 ExtentColor Modifier and Type Method Description static MarkupMarkupHelper. createLabel(String text, ExtentColor color)
-