Package org.testng.internal
Class Version
- java.lang.Object
-
- org.testng.internal.Version
-
public class Version extends Object
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
displayBanner()
static String
getVersionString()
-
-
-
Field Detail
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getVersionString
public static String getVersionString()
-
displayBanner
public static void displayBanner()
-
-