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 Detail

      • buildInstance

        java.lang.Object buildInstance()
                                throws java.lang.Exception
        Generates and returns a new instance from the hard-coded data.
        Returns:
        a new instance from the hard-coded data
        Throws:
        java.lang.Exception - if anything goes wrong creating the instance