com.mockrunner.example.jdbc |
|
Java Source File Name | Type | Comment |
Bank.java | Class | This example class simulates a bank. |
BankTest.java | Class | Example test for
Bank . |
Bookstore.java | Class | This example simulates the order of some books. |
BookstoreTest.java | Class | Example test for
Bookstore . |
OrderDB.java | Class | This example calls a stored procedure that returns all the names
for a specified date. |
OrderDBTest.java | Class | Example test for
OrderDB . |
PayAction.java | Class | This example simulates the paying of a bill. |
PayActionTest.java | Class | Example test for
PayAction . |
PayForm.java | Class | The ActionForm for the
PayAction . |