Package org.jmock.example.sniper
Interface Auction
-
public interface Auction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bid(Money amount)
-
-
-
Method Detail
-
bid
void bid(Money amount) throws AuctionException
- Throws:
AuctionException
-
-