public class CodeSetTest
extends TestCase
| Constructor and Description |
|---|
CodeSetTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp() |
void |
testMondrianExceptionThrown_WhenCodeSetContainsNOCodeForDialect()
If SqlQuery.CodeSet contains no sql code with specified dialect at all
(even 'generic'), the MondrianException should be thrown.
|
void |
testSucces_CodeSetContainsCodeForBothPostgresAndGenericDialects()
ISSUE MONDRIAN-2335 If SqlQuery.CodeSet contains sql code
for both dialect="postgres" and dialect="generic",
the code for dialect="postgres"should be chosen.
|
void |
testSucces_CodeSetContainsCodeForBothPostgresAndPostgresqlDialects()
ISSUE MONDRIAN-2335 If SqlQuery.CodeSet contains sql code
for both dialect="postgres" and dialect="postgresql",
the code for dialect="postgres"should be chosen.
|
void |
testSucces_CodeSetContainsOnlyCodeForGenericlDialect()
If SqlQuery.CodeSet contains sql code for dialect="generic" ,
the code for dialect="generic" should be chosen.
|
void |
testSucces_CodeSetContainsOnlyCodeForPostgresDialect()
ISSUE MONDRIAN-2335 If SqlQuery.CodeSet contains only sql code
for dialect="postgres", this code should be chosen.
|
public void testSucces_CodeSetContainsOnlyCodeForPostgresDialect()
throws Exception
Exceptionpublic void testSucces_CodeSetContainsCodeForBothPostgresAndGenericDialects()
throws Exception
Exceptionpublic void testSucces_CodeSetContainsCodeForBothPostgresAndPostgresqlDialects()
throws Exception
Exceptionpublic void testSucces_CodeSetContainsOnlyCodeForGenericlDialect()
throws Exception
Exceptionpublic void testMondrianExceptionThrown_WhenCodeSetContainsNOCodeForDialect()
throws Exception
Exception