JavaDoc
This commit is contained in:
25
tests/ecoparasite/svg/SVGFactory/SVGFactoryTest.java
Normal file
25
tests/ecoparasite/svg/SVGFactory/SVGFactoryTest.java
Normal 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);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user