Jetif v1.8.0

jetif
Interface Jetif


public interface Jetif

This interface Jetif contains constants of the Jetif framework. These constants are moved from the Framework class since 1.2.2. The test code should NOT reference any constants of this interface.

Author:
Vicky Wang

Field Summary
static String BRIEF_NAME
          The name of this testing framework.
static String FULL_NAME
          The full name of Jetif testing framework.
static String HOME_URL
          The URL of Jetif homepage.
static String VERSION
          The version string of Jetif testing framework.
 

Field Detail

BRIEF_NAME

public static final String BRIEF_NAME
The name of this testing framework.

See Also:
Constant Field Values

VERSION

public static final String VERSION
The version string of Jetif testing framework.

See Also:
Constant Field Values

FULL_NAME

public static final String FULL_NAME
The full name of Jetif testing framework.

See Also:
Constant Field Values

HOME_URL

public static final String HOME_URL
The URL of Jetif homepage.
The homepage of Jetif is: http://jetif.sourceforge.net/

See Also:
Constant Field Values

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.