org.kit.furia.misc
Class FuriaProperties

java.lang.Object
  extended by org.kit.furia.misc.FuriaProperties

public class FuriaProperties
extends java.lang.Object

Test utilities.

Since:
0.7
Author:
Arnoldo Jose Muller Molina

Constructor Summary
FuriaProperties()
           
 
Method Summary
static java.util.Properties getProperties()
          Return the properties from the test properties file.
static java.lang.String getProperty(java.lang.String x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuriaProperties

public FuriaProperties()
Method Detail

getProperties

public static java.util.Properties getProperties()
                                          throws java.io.IOException
Return the properties from the test properties file.

Returns:
the properties from the test properties file
Throws:
java.io.IOException - If the file cannot be read.

getProperty

public static java.lang.String getProperty(java.lang.String x)
                                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.