2026-04-08 14:47:42 +02:00
|
|
|
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(){
|
2026-04-27 12:56:24 +02:00
|
|
|
// SVGFactory.createSVG( ElementsFactory.SVGAxes() );
|
2026-04-08 14:47:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|