Class DefaultCurrencyDaoTest

    • Constructor Detail

      • DefaultCurrencyDaoTest

        public DefaultCurrencyDaoTest()
    • Method Detail

      • prepare

        public void prepare()
      • testGetCurrencies

        public void testGetCurrencies()
      • testGetCurrencyByCodeExist

        public void testGetCurrencyByCodeExist()
      • testGetCurrencyByCodeNotExist

        public void testGetCurrencyByCodeNotExist()
      • testGetBaseCurrencyExist

        public void testGetBaseCurrencyExist()
        Test illustrates that there could be only one base currency
      • testGetBaseCurrencyNotExist

        public void testGetBaseCurrencyNotExist()
        A little bit naive test there always have to be a base currency.