All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.ihmc.scs2.sessionVisualizer.jfx.xml.XMLToolsTest Maven / Gradle / Ivy

There is a newer version: 17-0.28.1
Show newest version
package us.ihmc.scs2.sessionVisualizer.jfx.xml;

import org.junit.jupiter.api.Test;
import us.ihmc.scs2.definition.DefinitionIOTools;

import jakarta.xml.bind.JAXBException;
import java.io.IOException;
import java.io.InputStream;

public class XMLToolsTest
{

   @Test
   public void test() throws JAXBException, IOException
   {
      InputStream inputStream = getClass().getClassLoader().getResourceAsStream("yoGraphic/AtlasDefaultWalking.scs2.yoGraphic");
      DefinitionIOTools.loadYoGraphicListDefinition(inputStream);
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy