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

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

public class FlatFileProcessorTest
extends java.lang.Object


Constructor Summary
FlatFileProcessorTest()
           
 
Method Summary
 void processRequest()
          Tests the processing of flat file containing a loan quote request.
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

FlatFileProcessorTest

public FlatFileProcessorTest()
Method Detail

processRequest

public void processRequest()
Tests the processing of flat file containing a loan quote request. First we try to find a temporary directory. When this succeeds we drop a loan request file in there and try to process it.


suite

public static junit.framework.Test suite()