Package ru.syktsu.projects.oko.objects

Examples of ru.syktsu.projects.oko.objects.Test


    //server.start();
    Problem problem = new Problem();
    // problem.setId("3");
    TestPack testPack = new TestPack();
    //testPack.setId("02");
    Test test = new Test();
    test.setId("01");
    test.setInputData("11");
    test.setNumber(1);
    testPack.getTestSet().put(1, test);
    //testPack.setProblemId("3");
    problem.setTestPack(testPack);
    problem.setName("name");
    problem.setContentBody("body");
View Full Code Here

TOP

Related Classes of ru.syktsu.projects.oko.objects.Test

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.