org.netbeans.junit
Class Manager
java.lang.Object
|
+--org.netbeans.junit.Manager
- public class Manager
- extends java.lang.Object
- Author:
- vstejskal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUNIT_PROPERTIES_FILENAME
public static final java.lang.String JUNIT_PROPERTIES_FILENAME
- See Also:
- Constant Field Values
JUNIT_PROPERTIES_LOCATION_PROPERTY
public static final java.lang.String JUNIT_PROPERTIES_LOCATION_PROPERTY
- See Also:
- Constant Field Values
PROP_DIFF_IMPL
protected static final java.lang.String PROP_DIFF_IMPL
- See Also:
- Constant Field Values
DEFAULT_DIFF_IMPL
protected static final java.lang.String DEFAULT_DIFF_IMPL
- See Also:
- Constant Field Values
systemDiff
protected static org.netbeans.junit.diff.Diff systemDiff
fPreferences
protected static java.util.Properties fPreferences
NBJUNIT_WORKDIR
public static final java.lang.String NBJUNIT_WORKDIR
- name of the system property defining root workdir direcory
- it must be set before running tests using workdir
- in the case of running tests from XTest framework, this
property is set by the framework itself
- See Also:
- Constant Field Values
getSystemDiff
public static org.netbeans.junit.diff.Diff getSystemDiff()
getWorkDirPath
public static java.lang.String getWorkDirPath()
instantiateDiffImpl
protected static org.netbeans.junit.diff.Diff instantiateDiffImpl(java.lang.String diffImplName)
readProperties
protected static void readProperties()