public class SimpleDBNameResolverTest extends Object
| Constructor and Description |
|---|
SimpleDBNameResolverTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldHandleNullsAsEmptyStrings() |
void |
shouldReturnColumnNameWithBothPrefixAndSuffix() |
void |
shouldReturnColumnNameWithPrefix() |
void |
shouldReturnColumnNameWithSuffix() |
void |
shouldReturnTableAndColumnNamesWithBothPrefixAndSuffix() |
void |
shouldReturnTableNameWithBothPrefixAndSuffix() |
void |
shouldReturnTableNameWithPrefix() |
void |
shouldReturnTableNameWithSuffix() |
public SimpleDBNameResolverTest()
public void shouldReturnTableNameWithPrefix() throws Exception
Exceptionpublic void shouldReturnTableNameWithSuffix() throws Exception
Exceptionpublic void shouldReturnTableNameWithBothPrefixAndSuffix() throws Exception
Exceptionpublic void shouldReturnColumnNameWithPrefix() throws Exception
Exceptionpublic void shouldReturnColumnNameWithSuffix() throws Exception
Exceptionpublic void shouldReturnColumnNameWithBothPrefixAndSuffix() throws Exception
Exceptionpublic void shouldReturnTableAndColumnNamesWithBothPrefixAndSuffix() throws Exception
Exceptionpublic void shouldHandleNullsAsEmptyStrings() throws Exception
ExceptionCopyright © 2005–2018 QOS.ch. All rights reserved.