net.bpelunit.framework
Class SpecificationLoader

java.lang.Object
  extended by net.bpelunit.framework.SpecificationLoader

public class SpecificationLoader
extends java.lang.Object

The specificaton loader reads test suite documents and creates the in-memory test run data structure, which is made ready for test execution.

Version:
$Id$
Author:
Philip Mayer

Constructor Summary
protected SpecificationLoader(BPELUnitRunner runner)
           
 
Method Summary
protected  net.bpelunit.framework.model.test.TestSuite loadTestSuite(java.io.File suite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecificationLoader

protected SpecificationLoader(BPELUnitRunner runner)
Method Detail

loadTestSuite

protected net.bpelunit.framework.model.test.TestSuite loadTestSuite(java.io.File suite)
                                                             throws net.bpelunit.framework.exception.SpecificationException
Throws:
net.bpelunit.framework.exception.SpecificationException