|
org.netbeans.modules.jellytools.platform/3 3.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.jellytools.JellyVersion
public class JellyVersion
Class to obtain version of jellytools and to check whether user run tests
on correct Jemmy version.
Information about versions is stored in org/netbeans/jellytools/version_info
file. To check jemmy version in runtime we use JemmyProperties.getVersion().
| Constructor Summary | |
|---|---|
JellyVersion()
|
|
| Method Summary | |
|---|---|
static void |
checkJemmyVersion()
Checks if version of Jemmy which is used to test execution is the same or greater than version of Jemmy which jellytools were build on. |
static String |
getBuild()
Returns Jellytools build number. |
static String |
getIDEVersion()
Returns IDE version which Jellytools were build on. |
static String |
getJemmyMajorVersion()
Returns Jemmy major version which Jellytools were build on. |
static String |
getJemmyMinorVersion()
Returns Jemmy minor version which Jellytools were build on. |
static String |
getJemmyVersion()
Returns Jemmy version which Jellytools were build on. |
static String |
getMajorVersion()
Returns Jellytools major version number. |
static String |
getMinorVersion()
Returns Jellytools minor version number. |
static String |
getVersion()
Returns Jellytools version. |
static void |
main(String[] argv)
Writes version of jellytools to standard output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JellyVersion()
| Method Detail |
|---|
public static void main(String[] argv)
argv - not usedpublic static void checkJemmyVersion()
public static String getMajorVersion()
public static String getMinorVersion()
public static String getVersion()
public static String getBuild()
public static String getIDEVersion()
public static String getJemmyMajorVersion()
public static String getJemmyMinorVersion()
public static String getJemmyVersion()
|
org.netbeans.modules.jellytools.platform/3 3.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||