|
JML | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for defining constants.
Class Specifications |
invariant "junit.framework.".length() > 0 ==> "junit.framework.".charAt("junit.framework.".length()) == 46; invariant "org.jmlspecs.jmlrac.runtime.".length() > 0 ==> "org.jmlspecs.jmlrac.runtime.".charAt("org.jmlspecs.jmlrac.runtime.".length()) == 46; invariant "org.jmlspecs.jmlunit.".length() > 0 ==> "org.jmlspecs.jmlunit.".charAt("org.jmlspecs.jmlunit.".length()) == 46; invariant "org.jmlspecs.jmlunit.strategies.".length() > 0 ==> "org.jmlspecs.jmlunit.strategies.".charAt("org.jmlspecs.jmlunit.".length()) == 46; |
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT; public represents _getClass <- \typeof(this); |
Specifications inherited from interface Constants |
public invariant true; |
Field Summary | |
static String |
DOT_JAVA
|
static String |
PKG_JMLRAC
The name of the JML RAC runtime package. |
static String |
PKG_JMLUNIT
The name of the JML jmlunit package. |
static String |
PKG_JUNIT
The name of the JUnit framework package. |
static String |
PKG_STRATEGIES
The name of the JML jmlunit strategies package. |
static String |
TEST_CLASS_FILE_NAME_POSTFIX
|
static String |
TEST_CLASS_NAME_POSTFIX
|
static String |
TEST_DATA_FILE_NAME_POSTFIX
|
static String |
TEST_DATA_NAME_POSTFIX
|
static String |
TEST_METHOD_NAME_PREFIX
|
Field Detail |
public static final String TEST_CLASS_NAME_POSTFIX
public static final String TEST_CLASS_FILE_NAME_POSTFIX
public static final String TEST_DATA_NAME_POSTFIX
public static final String TEST_DATA_FILE_NAME_POSTFIX
public static final String TEST_METHOD_NAME_PREFIX
public static final String DOT_JAVA
public static final String PKG_JUNIT
public static final String PKG_JMLRAC
public static final String PKG_JMLUNIT
public static final String PKG_STRATEGIES
|
JML | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |