org.baselinetest
Class TestCaseStepFailure

java.lang.Object
  extended by org.baselinetest.TestCaseStepFailure

public class TestCaseStepFailure
extends java.lang.Object


Constructor Summary
TestCaseStepFailure(java.lang.String type, java.lang.String message, java.lang.String body)
           
 
Method Summary
 java.lang.String getBody()
           
 java.lang.String getMessage()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseStepFailure

public TestCaseStepFailure(java.lang.String type,
                           java.lang.String message,
                           java.lang.String body)
Method Detail

getMessage

public java.lang.String getMessage()

getBody

public java.lang.String getBody()

getType

public java.lang.String getType()


Copyright © 2005-2009 Baseline Test. All Rights Reserved.