All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jmock.example.sniper.Auction Maven / Gradle / Ivy

There is a newer version: 2.13.1
Show newest version
package org.jmock.example.sniper;

public interface Auction {
    public void bid(Money amount) throws AuctionException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy