Skip to content

Commit d9e71d7

Browse files
.
1 parent 2adf519 commit d9e71d7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

structurizr-export/src/test/java/com/structurizr/export/plantuml/StructurizrPlantUMLDiagramExporterTests.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3171,16 +3171,4 @@ public void amazonWebServicesExample_Dark() throws Exception {
31713171
@enduml""", diagram.getLegend().getDefinition());
31723172
}
31733173

3174-
@Test
3175-
void c4model() throws Exception {
3176-
Workspace workspace = WorkspaceUtils.loadWorkspaceFromJson(new File("/Users/simon/Desktop/c4model/c4model/01-original/workspace.json"));
3177-
StructurizrPlantUMLExporter exporter = new StructurizrPlantUMLExporter();
3178-
3179-
View view = workspace.getViews().getViewWithKey("Dynamic-SignIn-Collaboration");
3180-
3181-
Diagram diagram = exporter.export((DynamicView)view);
3182-
System.out.println(diagram.getDefinition());
3183-
3184-
}
3185-
31863174
}

0 commit comments

Comments
 (0)