|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.util.database.DBURITest
public class DBURITest
Constructor Summary | |
---|---|
DBURITest()
|
Method Summary | |
---|---|
void |
testDefaultCharacterSet()
Verify that default CharacterSet are returned if non are provided in the DBURI. |
void |
testDefaultLanguagesList()
Verify that default languages are returned if non are provided in the DBURI. |
void |
testDefaultSchemasList()
Verify that default languages are returned if non are provided in the DBURI. |
void |
testDefaultSourceCodeNamesList()
Verify that default languages are returned if non are provided in the DBURI. |
void |
testDefaultSourceCodeTypesList()
Verify that default Source Code Types are returned if non are provided in the DBURI. |
void |
testDump()
Test of dump method, of class DBURI. |
void |
testExplicitCharacterSet()
Verify that CharacterSet are returned if provided in the DBURI. |
void |
testExplicitLanguagesList()
Verify that languages are returned if provided in the DBURI. |
void |
testExplicitSchemasList()
Verify that languages are returned if provided in the DBURI. |
void |
testExplicitSourceCodeNamesList()
Verify that languages are returned if provided in the DBURI. |
void |
testExplicitSourceCodeTypesList()
Verify that Source Code Types are returned if provided in the DBURI. |
void |
testGetCharacterSet()
Test of getCharacterSet method, of class DBURI. |
void |
testGetDbType()
Test of getDbType method, of class DBURI. |
void |
testGetDbType2()
Test of getDbType method, of class DBURI. |
void |
testGetDriverClass()
Test of getDriverClass method, of class DBURI. |
void |
testGetLanguagesList()
Test of getLanguagesList method, of class DBURI. |
void |
testGetParameters()
Test of getParameters method, of class DBURI. |
void |
testGetSchemasList()
Test of getSchemasList method, of class DBURI. |
void |
testGetSourceCodeNamesList()
Test of getSourceCodeNamesList method, of class DBURI. |
void |
testGetSourceCodeType()
Test of getSourceCodeType method, of class DBURI. |
void |
testGetSourceCodeTypesList()
Test of getSourceCodeTypesList method, of class DBURI. |
void |
testGetSubnamePrefix()
Test of getSubnamePrefix method, of class DBURI. |
void |
testGetSubprotocol()
Test of getSubprotocol method, of class DBURI. |
void |
testGetThinDriverClass()
Test of getDriverClass method, of class DBURI. |
void |
testGetUri()
Test of getUri method, of class DBURI. |
void |
testSetCharacterSet()
Test of setCharacterSet method, of class DBURI. |
void |
testSetDbType()
Test of setDbType method, of class DBURI. |
void |
testSetDriverClass()
Test of setDriverClass method, of class DBURI. |
void |
testSetLanguagesList()
Test of setLanguagesList method, of class DBURI. |
void |
testSetParameters()
Test of setParameters method, of class DBURI. |
void |
testSetSchemasList()
Test of setSchemasList method, of class DBURI. |
void |
testSetSourceCodeNamesList()
Test of setSourceCodeNamesList method, of class DBURI. |
void |
testSetSourceCodeType()
Test of setSourceCodeType method, of class DBURI. |
void |
testSetSourceCodeTypesList()
Test of setSourceCodeTypesList method, of class DBURI. |
void |
testSetSubnamePrefix()
Test of setSubnamePrefix method, of class DBURI. |
void |
testSetSubprotocol()
Test of setSubprotocol method, of class DBURI. |
void |
testSetUri()
Test of setUri method, of class DBURI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBURITest()
Method Detail |
---|
public void testDump() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetUri() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testSetUri() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetDbType() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetDbType2() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testSetDbType() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetSchemasList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testSetSchemasList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetSourceCodeTypesList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testSetSourceCodeTypesList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetSourceCodeNamesList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testSetSourceCodeNamesList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetLanguagesList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testSetLanguagesList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetDriverClass() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetThinDriverClass() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testSetDriverClass() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetCharacterSet() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testSetCharacterSet() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetSourceCodeType() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testSetSourceCodeType() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetSubprotocol() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testSetSubprotocol() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetSubnamePrefix() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testSetSubnamePrefix() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testGetParameters() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testSetParameters() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testDefaultLanguagesList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testDefaultCharacterSet() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testDefaultSchemasList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testDefaultSourceCodeTypesList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testDefaultSourceCodeNamesList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testExplicitLanguagesList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testExplicitCharacterSet() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testExplicitSchemasList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testExplicitSourceCodeTypesList() throws URISyntaxException, Exception
URISyntaxException
Exception
public void testExplicitSourceCodeNamesList() throws URISyntaxException, Exception
URISyntaxException
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |