| |
|
| java.lang.Object org.netbeans.junit.Manager
Manager | public class Manager extends Object (Code) | | author: vstejskal |
DEFAULT_DIFF_IMPL | final protected static String DEFAULT_DIFF_IMPL(Code) | | |
JUNIT_PROPERTIES_FILENAME | final public static String JUNIT_PROPERTIES_FILENAME(Code) | | |
JUNIT_PROPERTIES_LOCATION_PROPERTY | final public static String JUNIT_PROPERTIES_LOCATION_PROPERTY(Code) | | |
NBJUNIT_WORKDIR | final public static String NBJUNIT_WORKDIR(Code) | | 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
- otherwise the default is ${java.io.tmpdir}/tests
|
PROP_DIFF_IMPL | final protected static String PROP_DIFF_IMPL(Code) | | |
getSystemDiff | public static Diff getSystemDiff()(Code) | | |
instantiateDiffImpl | protected static Diff instantiateDiffImpl(String diffImplName)(Code) | | |
normalizeFile | public static File normalizeFile(File file)(Code) | | Normalize java.io.File, that is make sure that returned File has
normalized case on Windows; that old Windows 8.3 filename is normalized;
that Unix symlinks are not followed; that relative path is changed to
absolute; etc.
Parameters: file - file to normalize normalized file |
readProperties | protected static void readProperties()(Code) | | |
|
|
|