com.atlassian.bamboo.results.tests
Class TestResultError

java.lang.Object
  extended by com.atlassian.bamboo.results.tests.TestResultError

public class TestResultError
extends Object

This class is s POJO for holding unit test error messages.

Version:
$Id: TestResultError.java,v 1.1 2005/01/06 23:02:25 andy Exp $

Constructor Summary
TestResultError(String errorMessage)
          Create a new error message
 
Method Summary
 String getErrorMessage()
          What was the error message?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResultError

public TestResultError(String errorMessage)
Create a new error message

Parameters:
errorMessage - The message
Method Detail

getErrorMessage

public String getErrorMessage()
What was the error message?

Returns:
The error message, formatted for displaying in html


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.