diff options
Diffstat (limited to 'tests/corelib/numerics/CommodityAmount.h')
-rw-r--r-- | tests/corelib/numerics/CommodityAmount.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/corelib/numerics/CommodityAmount.h b/tests/corelib/numerics/CommodityAmount.h index 5ffa7810..70d55de4 100644 --- a/tests/corelib/numerics/CommodityAmount.h +++ b/tests/corelib/numerics/CommodityAmount.h @@ -24,6 +24,10 @@ class CommodityAmountTestCase : public CPPUNIT_NS::TestCase CPPUNIT_TEST(testSign); CPPUNIT_TEST(testAbs); CPPUNIT_TEST(testPrinting); + CPPUNIT_TEST(testPriceHistory); + CPPUNIT_TEST(testLots); + CPPUNIT_TEST(testScalingBase); + CPPUNIT_TEST(testReduction); CPPUNIT_TEST_SUITE_END(); @@ -51,6 +55,10 @@ public: void testSign(); void testAbs(); void testPrinting(); + void testPriceHistory(); + void testLots(); + void testScalingBase(); + void testReduction(); private: CommodityAmountTestCase(const CommodityAmountTestCase ©); |