org.netbeans.modules.nbjunit/1 1.29

Uses of Interface
org.netbeans.junit.diff.Diff

Packages that use Diff
org.netbeans.junit   
org.netbeans.junit.diff   
 

Uses of Diff in org.netbeans.junit
 

Fields in org.netbeans.junit declared as Diff
protected static Diff Manager.systemDiff
           
 

Methods in org.netbeans.junit that return Diff
static Diff Manager.getSystemDiff()
           
protected static Diff Manager.instantiateDiffImpl(String diffImplName)
           
 

Methods in org.netbeans.junit with parameters of type Diff
static void NbTestDecorator.assertFile(String message, String test, String pass, String diff, Diff externalDiff)
          for description, see this method in NbTestCase class
static void NbTestDecorator.assertFile(String test, String pass, String diff, Diff externalDiff)
          for description, see this method in NbTestCase class
static void NbTestDecorator.assertFile(String message, File test, File pass, File diff, Diff externalDiff)
          for description, see this method in NbTestCase class
static void NbTestDecorator.assertFile(File test, File pass, File 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.
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 differencies in the output file.
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 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 differencies in the output file.
 

Uses of Diff in org.netbeans.junit.diff
 

Classes in org.netbeans.junit.diff that implement Diff
 class LineDiff
          Slow diff with better user-friendly output format.
 class NativeDiff
          Implementation of native OS diff.
 class SimpleDiff
           
 


org.netbeans.modules.nbjunit/1 1.29

Built on May 12 2006.  |  Portions Copyright 1997-2006 Sun Microsystems, Inc. All rights reserved.