Package | Description |
---|---|
org.netbeans.junit | |
org.netbeans.junit.diff |
Modifier and Type | Field and Description |
---|---|
protected static Diff |
Manager.systemDiff |
Modifier and Type | Method and Description |
---|---|
static Diff |
Manager.getSystemDiff() |
protected static Diff |
Manager.instantiateDiffImpl(String diffImplName) |
Modifier and Type | Method and Description |
---|---|
static void |
NbTestDecorator.assertFile(File test,
File pass,
File diff,
Diff externalDiff)
for description, see this method in NbTestCase class.
|
static void |
NbTestCase.assertFile(File test,
File pass,
File diff,
Diff externalDiff)
Asserts that two files are the same, it uses specific
Diff implementation to
compare two files and stores possible differences in the output file. |
static void |
NbTestDecorator.assertFile(String message,
File test,
File pass,
File diff,
Diff externalDiff)
for description, see this method in NbTestCase class.
|
static void |
NbTestCase.assertFile(String message,
File test,
File pass,
File diff,
Diff externalDiff)
Asserts that two files are the same (their content is identical), when files
differ
AssertionFileFailedError exception is thrown. |
static void |
NbTestDecorator.assertFile(String test,
String pass,
String diff,
Diff externalDiff)
for description, see this method in NbTestCase class.
|
static void |
NbTestCase.assertFile(String test,
String pass,
String diff,
Diff externalDiff)
Asserts that two files are the same, it uses specific
Diff implementation to
compare two files and stores possible differences in the output file. |
static void |
NbTestDecorator.assertFile(String message,
String test,
String pass,
String diff,
Diff externalDiff)
for description, see this method in NbTestCase class.
|
static void |
NbTestCase.assertFile(String message,
String test,
String pass,
String diff,
Diff externalDiff)
Asserts that two files are the same (their content is identical), when files
differ
AssertionFileFailedError exception is thrown. |
Modifier and Type | Class and Description |
---|---|
class |
LineDiff
Line Diff with formated textual output.
|
class |
NativeDiff
Implementation of native OS diff.
|
class |
SimpleDiff |