org.netbeans.junit.diff |
|
Java Source File Name | Type | Comment |
Diff.java | Interface | This interface must be implemented by any class used as file-diff facility in assertFile functions.
It declares two functions, which are called whenever the file comparision is required. |
DiffException.java | Class | Exception that signals that the diff is wrong. |
LineDiff.java | Class | Line Diff with formated textual output. |
LineDiffTest.java | Class | |
NativeDiff.java | Class | Implementation of native OS diff. |
SimpleDiff.java | Class | |