Uses of Class
org.jmock.example.sniper.Money
-
Packages that use Money Package Description org.jmock.example.sniper -
-
Uses of Money in org.jmock.example.sniper
Methods in org.jmock.example.sniper that return Money Modifier and Type Method Description MoneyMoney. add(Money other)static MoneyMoney. min(Money m1, Money m2)MoneyMoney. subtract(Money other)Methods in org.jmock.example.sniper with parameters of type Money Modifier and Type Method Description MoneyMoney. add(Money other)voidAuction. bid(Money amount)voidAuctionListener. bidAccepted(Auction item, Money amount)voidAuctionSniper. bidAccepted(Auction lot, Money amount)intMoney. compareTo(Money other)static MoneyMoney. min(Money m1, Money m2)MoneyMoney. subtract(Money other)Constructors in org.jmock.example.sniper with parameters of type Money Constructor Description AuctionSniper(Auction lotToBidFor, Money bidIncrement, Money maximumBid, AuctionSniperListener listener)
-