TestClasses
Class PropertiesTest

java.lang.Object
  extended byTestClasses.PropertiesTest

public class PropertiesTest
extends java.lang.Object

Author:
student This class is being used for testing the Property class of java.util.

Constructor Summary
PropertiesTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          This method is being used for checking the Property class usage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesTest

public PropertiesTest()
Method Detail

main

public static void main(java.lang.String[] args)
This method is being used for checking the Property class usage.

Parameters:
args - arguments, not used.
Returns:
void