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
Exception
public void shouldReturnTableNameWithSuffix() throws Exception
Exception
public void shouldReturnTableNameWithBothPrefixAndSuffix() throws Exception
Exception
public void shouldReturnColumnNameWithPrefix() throws Exception
Exception
public void shouldReturnColumnNameWithSuffix() throws Exception
Exception
public void shouldReturnColumnNameWithBothPrefixAndSuffix() throws Exception
Exception
public void shouldReturnTableAndColumnNamesWithBothPrefixAndSuffix() throws Exception
Exception
public void shouldHandleNullsAsEmptyStrings() throws Exception
Exception
Copyright © 2005–2018 QOS.ch. All rights reserved.