@Transactional
public class IbatisCodingSchemeDaoTest
extends org.lexevs.dao.test.LexEvsDbUnitTestBase
Constructor and Description |
---|
IbatisCodingSchemeDaoTest() |
Modifier and Type | Method and Description |
---|---|
void |
testDeleteUriMapsOfCodingScheme()
Test distinct namespaces.
|
void |
testDistinctEntityTypes()
Test distinct entity types.
|
void |
testDistinctFormats()
Test distinct formats.
|
void |
testDistinctLanguages()
Test distinct languages.
|
void |
testDistinctNamespaces()
Test distinct namespaces.
|
void |
testDistinctPropertyNames()
Test distinct property names.
|
void |
testDistinctPropertyQualifierNames()
Test distinct property qualifier names.
|
void |
testDistinctPropertyQualifierTypes()
Test distinct property qualifier types.
|
void |
testGetCodingSchemeByNameAndVersion()
Test get coding scheme by name and version.
|
void |
testGetCodingSchemeByUidEntryState() |
void |
testGetCodingSchemeEntryState()
Test get coding scheme entry state.
|
void |
testGetCodingSchemeIdByNameAndVersion()
Test get coding scheme id by name and version.
|
void |
testGetCodingSchemeIdByUriAndVersion()
Test get coding scheme id by uri and version.
|
void |
testGetCodingSchemeLocalName()
Test get coding scheme local name.
|
void |
testGetCodingSchemeMultipleLocalNames()
Test get coding scheme multiple local names.
|
void |
testGetCodingSchemeSource()
Test get coding scheme source.
|
void |
testGetCodingSchemeSourceWithLocalNames() |
void |
testGetCodingSchemeSummaryByUriAndVersion()
Test get coding scheme summary by uri and version.
|
void |
testGetMappings() |
void |
testGetSupportedHierarchyUriMap() |
void |
testGetSupportedNamespaceUriMap() |
void |
testGetSupportedNamespaceUriMapNullEquivalentCodingScheme() |
void |
testInsertCodingScheme() |
void |
testInsertCodingSchemeLocalName()
Test insert coding scheme local name.
|
void |
testInsertCodingSchemeSource()
Test insert coding scheme source.
|
void |
testInsertMappings()
Test insert mappings.
|
void |
testInsertOrUpdateURIMap() |
void |
testInsertSupportedHierarchy() |
void |
testInsertURIMap()
Test insert uri map.
|
void |
testUpdateCodingSchemeById()
Test update coding scheme by id.
|
void |
testUpdateCodingSchemeSource() |
void |
testUpdateUriMap()
Test distinct namespaces.
|
checkSetUp, getDataSet, getDataSource, setUp, tearDown
closeConnection, getDatabaseTester, getOperationListener, getSetUpOperation, getTearDownOperation, setUpDatabaseConfig
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
@Transactional public void testInsertSupportedHierarchy() throws java.sql.SQLException
java.sql.SQLException
@Transactional public void testInsertCodingScheme() throws java.sql.SQLException
java.sql.SQLException
public void testInsertURIMap() throws java.sql.SQLException
java.sql.SQLException
- the SQL exceptionpublic void testInsertOrUpdateURIMap() throws java.sql.SQLException
java.sql.SQLException
@Transactional public void testInsertCodingSchemeSource() throws java.sql.SQLException
java.sql.SQLException
- the SQL exceptionpublic void testUpdateCodingSchemeSource() throws java.sql.SQLException
java.sql.SQLException
@Transactional public void testInsertCodingSchemeLocalName() throws java.sql.SQLException
java.sql.SQLException
- the SQL exception@Transactional public void testGetCodingSchemeEntryState() throws java.sql.SQLException
java.sql.SQLException
- the SQL exception@Transactional public void testInsertMappings() throws java.sql.SQLException
java.sql.SQLException
- the SQL exception@Transactional public void testUpdateUriMap()
@Transactional public void testDeleteUriMapsOfCodingScheme()
@Transactional public void testGetCodingSchemeLocalName() throws java.sql.SQLException
java.sql.SQLException
- the SQL exception@Transactional public void testGetCodingSchemeMultipleLocalNames() throws java.sql.SQLException
java.sql.SQLException
- the SQL exception@Transactional public void testGetCodingSchemeSource() throws java.sql.SQLException
java.sql.SQLException
- the SQL exception@Transactional public void testGetCodingSchemeSourceWithLocalNames() throws java.sql.SQLException
java.sql.SQLException
@Transactional public void testGetCodingSchemeByNameAndVersion() throws java.sql.SQLException
java.sql.SQLException
- the SQL exceptionpublic void testGetCodingSchemeByUidEntryState() throws java.sql.SQLException
java.sql.SQLException
public void testGetMappings()
public void testGetSupportedNamespaceUriMap()
public void testGetSupportedNamespaceUriMapNullEquivalentCodingScheme()
public void testGetSupportedHierarchyUriMap()
@Transactional public void testGetCodingSchemeIdByUriAndVersion() throws java.sql.SQLException
java.sql.SQLException
- the SQL exception@Transactional public void testGetCodingSchemeIdByNameAndVersion() throws java.sql.SQLException
java.sql.SQLException
- the SQL exception@Transactional public void testGetCodingSchemeSummaryByUriAndVersion() throws java.sql.SQLException
java.sql.SQLException
- the SQL exception@Transactional public void testUpdateCodingSchemeById() throws java.sql.SQLException
java.sql.SQLException
- the SQL exception@Transactional public void testDistinctPropertyNames()
@Transactional public void testDistinctEntityTypes()
@Transactional public void testDistinctNamespaces()
@Transactional public void testDistinctFormats()
@Transactional public void testDistinctLanguages()
@Transactional public void testDistinctPropertyQualifierTypes()
@Transactional public void testDistinctPropertyQualifierNames()