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