net.sf.taverna.utils
Class MyGridConfigurationTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sf.taverna.utils.MyGridConfigurationTest
All Implemented Interfaces:
junit.framework.Test

public class MyGridConfigurationTest
extends junit.framework.TestCase


Constructor Summary
MyGridConfigurationTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testGetSystemProperty()
           
 void testGetUserDir()
           
 void testGetUserDirModule()
           
 void testMadeTempHome()
           
 void testPropertiesArePutOnSystem()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MyGridConfigurationTest

public MyGridConfigurationTest()
Method Detail

setUp

public void setUp()
           throws java.io.IOException
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.io.IOException

tearDown

public void tearDown()
              throws java.io.IOException
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.io.IOException

testMadeTempHome

public void testMadeTempHome()

testPropertiesArePutOnSystem

public void testPropertiesArePutOnSystem()

testGetUserDir

public void testGetUserDir()

testGetUserDirModule

public void testGetUserDirModule()

testGetSystemProperty

public void testGetSystemProperty()