liquibase.resource
Class FileSystemFileOpenerTest

java.lang.Object
  extended by liquibase.resource.FileSystemFileOpenerTest

public class FileSystemFileOpenerTest
extends Object


Constructor Summary
FileSystemFileOpenerTest()
           
 
Method Summary
 void ahphabeticalOrderTest()
           
 void createFileOpener()
           
 void multipleFileTest()
           
 void onlyAcceptsDirectories()
           
 void singleFileTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemFileOpenerTest

public FileSystemFileOpenerTest()
Method Detail

createFileOpener

public void createFileOpener()
                      throws URISyntaxException
Throws:
URISyntaxException

onlyAcceptsDirectories

public void onlyAcceptsDirectories()
                            throws URISyntaxException
Throws:
URISyntaxException

singleFileTest

public void singleFileTest()
                    throws IOException
Throws:
IOException

multipleFileTest

public void multipleFileTest()
                      throws IOException
Throws:
IOException

ahphabeticalOrderTest

public void ahphabeticalOrderTest()
                           throws IOException
Throws:
IOException


Copyright © 2004-2011 Liquibase.org. All Rights Reserved.