org.deegree.metadata.iso.persistence
Class AbstractISOTest

java.lang.Object
  extended by org.deegree.metadata.iso.persistence.AbstractISOTest
Direct Known Subclasses:
InspectorCouplingTest, InspectorIdentifierTest, ISOMetadataStoreTest, ISOMetadatStoreTransactionTest, ISORecordAnyTextTest, ISORecordSerializeTest, ParseISOTest

public abstract class AbstractISOTest
extends Object

TODO add class documentation here

Version:
$Revision: 31239 $, $Date: 2011-07-07 17:23:05 +0200 (Do, 07. Jul 2011) $
Author:
Steffen Thomas, last edited by: $Author: mschneider $

Field Summary
protected  Connection conn
           
protected  String jdbcPass
           
protected  String jdbcURL
           
protected  String jdbcUser
           
protected static NamespaceBindings nsContext
           
protected  MetadataResultSet<?> resultSet
           
protected  ISOMetadataStore store
           
 
Constructor Summary
AbstractISOTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nsContext

protected static final NamespaceBindings nsContext

store

protected ISOMetadataStore store

jdbcURL

protected String jdbcURL

jdbcUser

protected String jdbcUser

jdbcPass

protected String jdbcPass

resultSet

protected MetadataResultSet<?> resultSet

conn

protected Connection conn
Constructor Detail

AbstractISOTest

public AbstractISOTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws SQLException,
                     UnsupportedEncodingException,
                     IOException,
                     MetadataStoreException
Throws:
SQLException
UnsupportedEncodingException
IOException
MetadataStoreException


Copyright © 2011. All Rights Reserved.