org.jboss.soa.esb.samples.loanbroker.banks
Class BankTest

java.lang.Object
  extended by org.jboss.soa.esb.samples.loanbroker.banks.BankTest

public class BankTest
extends java.lang.Object


Constructor Summary
BankTest()
           
 
Method Summary
 void processLoanRequest()
          Tests the computation of the interestRate for the TestBank.
static junit.framework.Test suite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankTest

public BankTest()
Method Detail

processLoanRequest

public void processLoanRequest()
Tests the computation of the interestRate for the TestBank.


suite

public static junit.framework.Test suite()