use of com.archimatetool.testingtools.ArchimateTestModel in project archi by archimatetool.
the class ViewChildrenDataSourceTests method runOnceBeforeAllTests.
@BeforeClass
public static void runOnceBeforeAllTests() throws IOException {
// Load ArchiMate model
ArchimateTestModel tm = new ArchimateTestModel(TestData.TEST_MODEL_FILE_ARCHISURANCE);
model = tm.loadModel();
dm = model.getDiagramModels().get(1);
}
use of com.archimatetool.testingtools.ArchimateTestModel in project archi by archimatetool.
the class ViewModelDataSourceTests method runOnceBeforeAllTests.
@BeforeClass
public static void runOnceBeforeAllTests() throws IOException {
// Load ArchiMate model
ArchimateTestModel tm = new ArchimateTestModel(TestData.TEST_MODEL_FILE_ARCHISURANCE);
model = tm.loadModel();
}
use of com.archimatetool.testingtools.ArchimateTestModel in project archi by archimatetool.
the class ZestViewerContentProviderTests method runOnceBeforeAllTests.
@BeforeClass
public static void runOnceBeforeAllTests() throws IOException {
// Load ArchiMate model
tm = new ArchimateTestModel(TestData.TEST_MODEL_FILE_ARCHISURANCE);
tm.loadModel();
provider = new ZestViewerContentProvider();
}
Aggregations