Begin SVG.
This commit is contained in:
15
tests/ecoparasite/svg/SVGFactoryTest.java
Normal file
15
tests/ecoparasite/svg/SVGFactoryTest.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package ecoparasite.svg;
|
||||
|
||||
import ecoparasite.svg.elements.ElementsFactory;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
class SVGFactoryTest {
|
||||
|
||||
@Test
|
||||
public void generateSVGAxes(){
|
||||
SVGFactory.createSVG( ElementsFactory.SVGAxes() );
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user