| Home >> All >> junit >> [ samples Javadoc ] |
| | junit.samples.money.* (4) |
junit.samples: Javadoc index of package junit.samples.
Package Samples:
junit.samples.money
Classes:
MoneyBag: A MoneyBag defers exchange rate conversions. For example adding 12 Swiss Francs to 14 US Dollars is represented as a bag containing the two Monies 12 CHF and 14 USD. Adding another 10 Swiss francs gives a bag with 22 CHF and 14 USD. Due to the deferred exchange rate conversion we can later value a MoneyBag with different exchange rates. A MoneyBag is represented as a list of Monies and provides different constructors to create a MoneyBag.
VectorTest: A sample test case, testing java.util.Vector .
IMoney: The common interface for simple Monies and MoneyBags
AllTests: TestSuite that runs all the sample tests
SimpleTest: Some simple tests.
Money: A simple Money.
MoneyTest
| Home | Contact Us | Privacy Policy | Terms of Service |