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

com.relevantcodes.extentreports.markup.MarkupFlag Maven / Gradle / Ivy

/*
* Copyright (c) 2015, Anshoo Arora (Relevant Codes).  All rights reserved.
* 
* Copyrights licensed under the New BSD License.
* 
* See the accompanying LICENSE file for terms.
*/


package com.relevantcodes.extentreports.markup;

public class MarkupFlag {
	public static String get(String flag) {
		return "";
	}
	
	public static String img(String imgPath) {
		return "";
	}
	
	public static String imgSingle(String imgPath) {
		return "";
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy