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 userAgent, String message, String location, boolean isAssert)
           
 
Method Summary
 Throwable buildException(ClassLoader testClassLoader)
           
 String getMessage()
           
 String getUserAgent()
           
 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 userAgent,
                  String message,
                  String location,
                  boolean isAssert)
Method Detail

getMessage

public String getMessage()

getUserAgent

public String getUserAgent()

isOk

public boolean isOk()

buildException

public Throwable buildException(ClassLoader testClassLoader)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.