/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ngmf.sim.helloworld; import ngmf.sim.AbstractSimTesting; import org.junit.Test; /** * * @author od */ public class SimTest extends AbstractSimTesting { @Test public void testSim() throws Throwable { testMe("test.sim"); } }