Example #1
0
        public static List <GeneralUseStructure> GetStructureCollectionSeqJUnit()
        {
            try
            {
                String path, name;
                SequenceDiagramImporter importer;

                name     = "test";
                path     = "..\\..\\..\\TestFiles\\tcc edemar junit -sequence diag - astah.xml";
                importer = new SequenceDiagramImporter();

                return(importer.ParserMethod(path, ref name, null).listGeneralStructure);
            }
            catch (Exception e)
            {
                throw new Exception("There's a problem with SequenceDiagramImporter: " + e.Message);
            }
        }
Example #2
0
 public void Initializer()
 {
     importer = new SequenceDiagramImporter();
 }