Uses of Interface
org.jmock.example.sniper.Auction
Packages that use Auction
-
Uses of Auction in org.jmock.example.sniper
Fields in org.jmock.example.sniper declared as AuctionModifier and TypeFieldDescription(package private) Auction
AuctionSniperTests.auction
private Auction
AuctionSniper.lotToBidFor
Methods in org.jmock.example.sniper with parameters of type AuctionModifier and TypeMethodDescriptionvoid
AuctionListener.bidAccepted
(Auction item, Money amount) void
AuctionSniper.bidAccepted
(Auction lot, Money amount) private void
Constructors in org.jmock.example.sniper with parameters of type AuctionModifierConstructorDescriptionAuctionSniper
(Auction lotToBidFor, Money bidIncrement, Money maximumBid, AuctionSniperListener listener)