Class RolapConnectionTest


  • public class RolapConnectionTest
    extends TestCase
    Unit test for RolapConnection.
    Since:
    16 April, 2004
    Author:
    jng
    • Constructor Detail

      • RolapConnectionTest

        public RolapConnectionTest​(String name)
    • Method Detail

      • testPooledConnectionWithProperties

        public void testPooledConnectionWithProperties()
                                                throws SQLException
        Throws:
        SQLException
      • testNonPooledConnectionWithProperties

        public void testNonPooledConnectionWithProperties()
      • testFormatLocale

        public void testFormatLocale()
        Tests that the FORMAT function uses the connection's locale.
      • testFormatStringLocale

        public void testFormatStringLocale()
        Tests that measures are formatted using the connection's locale.
      • testConnectSansCatalogFails

        public void testConnectSansCatalogFails()