Package edu.pdx.cs.joy.di
Class MockBookInventory
java.lang.Object
edu.pdx.cs.joy.di.MockObject
edu.pdx.cs.joy.di.MockBookInventory
- All Implemented Interfaces:
BookInventory
A mock implementation of
BookInventory used for testing-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.pdx.cs.joy.di.MockObject
shouldNotInvoke
-
Constructor Details
-
MockBookInventory
public MockBookInventory()
-
-
Method Details
-
remove
- Specified by:
removein interfaceBookInventory
-
add
- Specified by:
addin interfaceBookInventory
-
getCopies
- Specified by:
getCopiesin interfaceBookInventory
-
getBooks
- Specified by:
getBooksin interfaceBookInventory
-