Package | Description |
---|---|
uk.ac.sheffield.vtts.client.pojo |
This package contains example Java POJO clients for testing with generated
JUnit test drivers that test Java POJO services.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
ShoppingCart.addItem(Dvd dvd)
In the Shopping state, adds one Dvd purchase to the cart, if enough
stock exists.
|
java.lang.Integer |
ShoppingCart.removeItem(Dvd dvd)
In the Shopping state, removes one Dvd purchase from the cart, if a
copy exists in the cart.
|