Package net.sf.parteg.base.testcasegraph.systemstate

Examples of net.sf.parteg.base.testcasegraph.systemstate.SystemModelStateHistory


    m_oOptions.put(XMLResource.OPTION_SCHEMA_LOCATION, Boolean.TRUE);

    // create TestCaseGraphTree
    m_oTCG = GeneratedFactory.eINSTANCE.createTestCaseGraph();

    m_oHistory = new SystemModelStateHistory();
    m_colOCLReferencingElements = new VariableReferencer();
    m_colAttributeGetterReferencer = new AttributeGetterReferencer();
    m_oLogger = new Logger();
  }
View Full Code Here

TOP

Related Classes of net.sf.parteg.base.testcasegraph.systemstate.SystemModelStateHistory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.