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

stng.7.1.0.source-code.Version Maven / Gradle / Ivy

There is a newer version: 7.10.1
Show newest version
package org.testng.internal;

public class Version {

    public static final String VERSION = "$VERSION";

    public static String getVersionString() {
        return VERSION;
    }

    public static void displayBanner() {
        System.out.println("...\\n... TestNG " + getVersionString() + " by Cédric Beust ([email protected])\\n...\\n");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy