atg.test.configuration
Class BasicConfiguration

java.lang.Object
  extended by atg.test.configuration.BasicConfiguration

public final class BasicConfiguration
extends java.lang.Object

This class is a merger of atg.test.util.DBUtils and atg.adapter.gsa.GSATestUtils. The result will hopefully be a class that just has the bare minimums needed for testing against an existing and/or in-memory database.

This class will created all properties files needed for non repository based tests.

Author:
robert

Field Summary
protected  java.lang.String isDebug
           
protected  java.util.Map<java.lang.String,java.lang.String> settings
           
 
Constructor Summary
BasicConfiguration()
           
 
Method Summary
 void createPropertiesByConfigurationLocation(java.io.File root)
           
 void setDebug(boolean isDebug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isDebug

protected java.lang.String isDebug

settings

protected final java.util.Map<java.lang.String,java.lang.String> settings
Constructor Detail

BasicConfiguration

public BasicConfiguration()
Parameters:
isDebug -
Method Detail

setDebug

public void setDebug(boolean isDebug)

createPropertiesByConfigurationLocation

public void createPropertiesByConfigurationLocation(java.io.File root)
                                             throws java.io.IOException
Parameters:
root -
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.