atg.test.configuration
Class BasicConfiguration
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isDebug
protected java.lang.String isDebug
settings
protected final java.util.Map<java.lang.String,java.lang.String> settings
BasicConfiguration
public BasicConfiguration()
- Parameters:
isDebug
-
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.