blob: 2c97c4b05d8894ebcbe45884883217b353848fcc [file] [log] [blame]
package test;
import javax.xml.bind.JAXBException;
import org.junit.Test;
import eclipselink.example.moxy.socialbinding.Main;
public class TestMainTechnology {
@Test
public void test() throws JAXBException {
Main.main(new String[] {"technology"});
}
}