org.stjs.testing.driver
Class TestResult

java.lang.Object
  extended by org.stjs.testing.driver.TestResult

public class TestResult
extends Object


Constructor Summary
TestResult(String message, String location)
           
 
Method Summary
 AssertionError buildException(String className, String methodName)
           
 String getFile()
           
 int getLine()
           
 String getMessage()
           
 boolean isOk()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestResult

public TestResult(String message,
                  String location)
Method Detail

getMessage

public String getMessage()

getLine

public int getLine()

getFile

public String getFile()

isOk

public boolean isOk()

buildException

public AssertionError buildException(String className,
                                     String methodName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.