This commit is contained in:
2026-04-08 14:04:14 +02:00
parent c62a99089d
commit c0fa3ec263
6 changed files with 145 additions and 2 deletions

View File

@@ -0,0 +1,25 @@
package ecoparasite.svg.SVGFactory;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class SVGFactoryTest {
@Test
void createSVGCode() {
//String ret = SVGFactory.createSVGCode();
//System.out.println(ret);
}
@Test
void testCreateFile() {
//String ret = SVGFactory.createSVGCode();
//SVGFactory.createFile(ret);
}
}