org.netbeans.junit
Class Manager

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

public class Manager
extends java.lang.Object

Version:
 
Author:
vstejskal

Field Summary
protected static java.lang.String DEFAULT_DIFF_IMPL
           
protected static java.util.Properties fPreferences
           
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()
           
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

PROP_DIFF_IMPL

protected static final java.lang.String PROP_DIFF_IMPL

DEFAULT_DIFF_IMPL

protected static final java.lang.String DEFAULT_DIFF_IMPL

systemDiff

protected static org.netbeans.junit.diff.Diff systemDiff

fPreferences

protected static java.util.Properties fPreferences
Method Detail

getSystemDiff

public static org.netbeans.junit.diff.Diff getSystemDiff()

instantiateDiffImpl

protected static org.netbeans.junit.diff.Diff instantiateDiffImpl(java.lang.String diffImplName)

readProperties

protected static void readProperties()