Package au.edu.mq.comp.junitGrading

Examples of au.edu.mq.comp.junitGrading.TestResult.errorMessage()


        catch(Exception e)
        {           
            runResult.appendResult("RunResult", "ExceptionThrown");
            runResult.setErrorMessage("exception raised -->" + e.toString());
           
            Log.error(runResult.errorMessage());
            e.printStackTrace();
        }
        try
        {
          SimpleFileIO.writeStringToTextFile(runResult.toString(), assignment.containerDirectory().getAbsolutePath() + File.separator + "runResult.txt");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.