All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aventstack.extentreports.markuputils.CodeLanguage Maven / Gradle / Ivy

The newest version!
package com.aventstack.extentreports.markuputils;

/**
 * List of supported languages that will be prettified on output
 */
public enum CodeLanguage {
    XML, JSON
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy