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