Files
ecoparasite-data-analyse/tests/ecoparasite/svg/SVGFactory/SVGFactoryTest.java

25 lines
417 B
Java
Raw Permalink Normal View History

2026-04-08 14:04:14 +02:00
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);
}
}