net.sourceforge.pmd.util.database
Class DBMSMetadataTest

java.lang.Object
  extended by net.sourceforge.pmd.util.database.DBMSMetadataTest

public class DBMSMetadataTest
extends Object

Author:
sturton

Constructor Summary
DBMSMetadataTest()
           
 
Method Summary
 void testGetConnection()
          Verify getConnection method, of class DBMSMetadata.
 void testGetConnectionWithConnectionParameters()
          Verify getConnection method, of class DBMSMetadata.
 void testGetSchemas()
          Verify getSchemas method, of class DBMSMetadata.
 void testGetSourceCode()
          Test of getSourceCode method, of class DBMSMetadata.
 void testGetSourceObjectList()
          Verify getSchemas method, of class DBMSMetadata.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBMSMetadataTest

public DBMSMetadataTest()
                 throws URISyntaxException,
                        Exception
Throws:
URISyntaxException
Exception
Method Detail

testGetConnection

public void testGetConnection()
                       throws Exception
Verify getConnection method, of class DBMSMetadata.

Throws:
Exception

testGetConnectionWithConnectionParameters

public void testGetConnectionWithConnectionParameters()
                                               throws Exception
Verify getConnection method, of class DBMSMetadata.

Throws:
Exception

testGetSourceCode

public void testGetSourceCode()
                       throws Exception
Test of getSourceCode method, of class DBMSMetadata.

Throws:
Exception

testGetSchemas

public void testGetSchemas()
                    throws Exception
Verify getSchemas method, of class DBMSMetadata.

Throws:
Exception

testGetSourceObjectList

public void testGetSourceObjectList()
                             throws Exception
Verify getSchemas method, of class DBMSMetadata.

Throws:
Exception


Copyright © 2002–2015 InfoEther. All rights reserved.