Package net.sourceforge.marathon.api

Examples of net.sourceforge.marathon.api.IMarathonRuntime


        return file;
    }

    @Test
    public void testMarathonTestCaseName() throws Exception {
        IMarathonRuntime runtime = new RuntimeStub();
        MarathonTestCase t = new MarathonTestCase(new File("/path/to/scriptboy.py"), runtime);
        assertEquals("scriptboy", t.getName());
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.marathon.api.IMarathonRuntime

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.