Package org.castor.xmlctf
Interface ObjectModelBuilder
-
public interface ObjectModelBuilder
Encapsulates the hard-coded generation of an instance of an object model. It has to be connected to an XML document during the test to check that they are 'equivalent'.- Version:
- $Revision: 6785 $ $Date: 2003-10-15 09:17:49 -0600 (Wed, 15 Oct 2003) $
- Author:
- Sebastien Gignoux
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
buildInstance()
Generates and returns a new instance from the hard-coded data.
-