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

com.relevantcodes.extentreports.source.StepHtml Maven / Gradle / Ivy

There is a newer version: 2.41.2
Show newest version
/*
* 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.source;

public class StepHtml {
    public static String getSrc(int colSpan) {
        if (colSpan == 2) {
            return "" +
                        "" +
                        "" +
                        "" +
                    "";
            
        }
        
        return "" +
                    "" +
                    "" +
                    "" +
                    "" +
                "";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy