com.atlassian.bamboo.results.tests
Class TestResultError
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResultError
public TestResultError(String errorMessage)
- Create a new error message
- Parameters:
errorMessage
- The message
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.