de.bsvrz.ste.rdstmc.junit.tools
Class JUnitHelper

java.lang.Object
  extended by de.bsvrz.ste.rdstmc.junit.tools.DavConnectionFromProperties
      extended by de.bsvrz.ste.rdstmc.junit.tools.JUnitHelper

public class JUnitHelper
extends DavConnectionFromProperties


Field Summary
private static JUnitHelper _instance
           
private  de.bsvrz.dav.daf.main.config.ConfigurationObject _lms
           
static java.lang.String RDS_MELDUNGS_TYP
           
 
Fields inherited from class de.bsvrz.ste.rdstmc.junit.tools.DavConnectionFromProperties
AUTH_KEY, DAV_KEY, PROPERTY_FILE_NAME, USER_KEY
 
Constructor Summary
private JUnitHelper()
           
 
Method Summary
static JUnitHelper getInstance()
           
 de.bsvrz.dav.daf.main.config.ConfigurationObject getLms()
           
 
Methods inherited from class de.bsvrz.ste.rdstmc.junit.tools.DavConnectionFromProperties
getConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RDS_MELDUNGS_TYP

public static final java.lang.String RDS_MELDUNGS_TYP
See Also:
Constant Field Values

_lms

private de.bsvrz.dav.daf.main.config.ConfigurationObject _lms

_instance

private static JUnitHelper _instance
Constructor Detail

JUnitHelper

private JUnitHelper()
Method Detail

getLms

public de.bsvrz.dav.daf.main.config.ConfigurationObject getLms()

getInstance

public static JUnitHelper getInstance()