org.testng.internal.version
Class VersionInfo

java.lang.Object
  extended by org.testng.internal.version.VersionInfo

public final class VersionInfo
extends java.lang.Object

VersionInfo helper class to statically obtain the TestNG version.

Since:
5.2
Author:
cquezel

Field Summary
static boolean IS_JDK14
          True if this is the JDK14 version of TestNG false if JDK5+
 
Method Summary
static AnnotationTypeEnum getDefaultAnnotationType()
          Returns the default annotation type for this version of TestNG.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_JDK14

public static final boolean IS_JDK14
True if this is the JDK14 version of TestNG false if JDK5+

See Also:
Constant Field Values
Method Detail

getDefaultAnnotationType

public static AnnotationTypeEnum getDefaultAnnotationType()
Returns the default annotation type for this version of TestNG.

Returns:
the default annotation type for this version of TestNG
Since:
5.2


Copyright © 2010. All Rights Reserved.