simtools.ui.test.junit
Class UserPropertiesTest

java.lang.Object
  extended by TestCase
      extended by simtools.ui.test.junit.UserPropertiesTest

public class UserPropertiesTest
extends TestCase

Class UserPropertiesTest


Constructor Summary
UserPropertiesTest()
           
 
Method Summary
 void testGetPropertyString()
          Test method for UserProperties.getProperty(java.lang.String).
 void testSetPropertyStringString()
          Test method for UserProperties.setProperty(java.lang.String, java.lang.String).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPropertiesTest

public UserPropertiesTest()
Method Detail

testGetPropertyString

public final void testGetPropertyString()
Test method for UserProperties.getProperty(java.lang.String).


testSetPropertyStringString

public final void testSetPropertyStringString()
Test method for UserProperties.setProperty(java.lang.String, java.lang.String).