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
Fields in org.jmock.example.sniper declared as Money Modifier and Type Field Description (package private) MoneyAuctionSniperTests. beatableBidprivate MoneyAuctionSniper. bidIncrement(package private) MoneyAuctionSniperTests. incrementprivate MoneyAuctionSniper. maximumBid(package private) MoneyAuctionSniperTests. maximumBid(package private) MoneyAuctionSniperTests. unbeatableBidMethods 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)private voidAuctionSniper. placeBid(Auction item, Money amount)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)
-