org.glassfish.fighterfish.test.util
Class TestsConfiguration

java.lang.Object
  extended by org.glassfish.fighterfish.test.util.TestsConfiguration

public class TestsConfiguration
extends Object

Represents configuration common to all tests. It reads configuration information from System properties and configures various underlying objects.

Author:
Sanjeeb.Sahoo@Sun.COM

Field Summary
protected  Logger logger
           
 
Method Summary
 File getGfHome()
           
static TestsConfiguration getInstance()
           
 org.ops4j.pax.exam.Option[] getPaxExamConfiguration()
           
 String getPlatform()
           
 long getTimeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected Logger logger
Method Detail

getInstance

public static TestsConfiguration getInstance()

getTimeout

public long getTimeout()

getGfHome

public File getGfHome()

getPlatform

public String getPlatform()

getPaxExamConfiguration

public org.ops4j.pax.exam.Option[] getPaxExamConfiguration()
                                                    throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.