org.dbunit.util
Class FileAsserts

java.lang.Object
  extended byorg.dbunit.util.FileAsserts

public class FileAsserts
extends java.lang.Object


Constructor Summary
FileAsserts()
           
 
Method Summary
static void assertEquals(java.io.BufferedReader expected, java.io.BufferedReader actual)
           
static void assertEquals(java.io.File expected, java.io.File actual)
           
static void assertEquals(java.io.InputStream expected, java.io.File actual)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileAsserts

public FileAsserts()
Method Detail

assertEquals

public static void assertEquals(java.io.BufferedReader expected,
                                java.io.BufferedReader actual)
                         throws java.lang.Exception
Throws:
java.lang.Exception

assertEquals

public static void assertEquals(java.io.InputStream expected,
                                java.io.File actual)
                         throws java.lang.Exception
Throws:
java.lang.Exception

assertEquals

public static void assertEquals(java.io.File expected,
                                java.io.File actual)
                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2002-2004 DbUnit.org. All Rights Reserved.