org.netbeans.junit
Class Manager

java.lang.Object
  |
  +--org.netbeans.junit.Manager

public class Manager
extends java.lang.Object

Author:
vstejskal

Field Summary
protected static java.lang.String DEFAULT_DIFF_IMPL
           
protected static java.util.Properties fPreferences
           
static java.lang.String JUNIT_PROPERTIES_FILENAME
           
static java.lang.String JUNIT_PROPERTIES_LOCATION_PROPERTY
           
static 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
protected static java.lang.String PROP_DIFF_IMPL
           
protected static org.netbeans.junit.diff.Diff systemDiff
           
 
Method Summary
static org.netbeans.junit.diff.Diff getSystemDiff()
           
static java.lang.String getWorkDirPath()
           
protected static org.netbeans.junit.diff.Diff instantiateDiffImpl(java.lang.String diffImplName)
           
protected static void readProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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()