Package mondrian.olap4j
Class XmlaExtraTest
- java.lang.Object
-
- TestCase
-
- mondrian.olap4j.XmlaExtraTest
-
public class XmlaExtraTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description XmlaExtraTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetDataSourceDoesntLeakPassword()
This test makes sure that the value ofRolapConnectionProperties.JdbcPassword
isn't leaked through the XmlaExtra interface.
-
-
-
Method Detail
-
testGetDataSourceDoesntLeakPassword
public void testGetDataSourceDoesntLeakPassword() throws Exception
This test makes sure that the value ofRolapConnectionProperties.JdbcPassword
isn't leaked through the XmlaExtra interface.- Throws:
Exception
-
-