We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a8050 commit 64c9aa3Copy full SHA for 64c9aa3
graphviz-java/src/test/java/guru/nidi/graphviz/model/ReadmeTest.java
@@ -172,6 +172,7 @@ void ex6() throws IOException {
172
}
173
174
@Test
175
+ @Disabled("Because there's no graphviz installed in the build server")
176
void ex7() throws IOException {
177
//## img
178
Graphviz.useEngine(new GraphvizCmdLineEngine());
@@ -184,7 +185,6 @@ void ex7() throws IOException {
184
185
186
void ex8() throws IOException {
187
//## image
- Graphviz.useEngine(new GraphvizV8Engine());
188
Graphviz g = Graphviz.fromGraph(graph()
189
.with(node(" ").with(Size.std().margin(.8, .7), Image.of("graphviz.png"))));
190
g.basedir(new File("example")).render(Format.PNG).toFile(new File("example/ex8.png"));
0 commit comments