net.sf.taverna.tools
Class BootstrapTest

java.lang.Object
  extended by net.sf.taverna.tools.BootstrapTest

public class BootstrapTest
extends java.lang.Object


Constructor Summary
BootstrapTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testFindUserDir()
          Test that findUserDir() works on the actual OS
 void testFindUserDirMac()
          Test that findUserDir() works as expected on OS X
 void testFindUserDirUnix()
          Test that findUserDir() works as expected on Unix
 void testFindUserDirWindows()
          Test that findUserDir() works as expected on Windows
 void testSetUpMadeTempHome()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapTest

public BootstrapTest()
Method Detail

setUp

public void setUp()
           throws java.io.IOException
Throws:
java.io.IOException

tearDown

public void tearDown()
              throws java.io.IOException
Throws:
java.io.IOException

testSetUpMadeTempHome

public void testSetUpMadeTempHome()

testFindUserDir

public void testFindUserDir()
Test that findUserDir() works on the actual OS


testFindUserDirMac

public void testFindUserDirMac()
Test that findUserDir() works as expected on OS X


testFindUserDirWindows

public void testFindUserDirWindows()
Test that findUserDir() works as expected on Windows


testFindUserDirUnix

public void testFindUserDirUnix()
Test that findUserDir() works as expected on Unix