站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

FailureResult - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.framework.container.result
Class FailureResult

java.lang.Object
  extended byorg.jboss.portal.test.framework.container.result.Result
      extended byorg.jboss.portal.test.framework.container.result.FailureResult
All Implemented Interfaces:
java.io.Serializable

public class FailureResult
extends Result

Version:
$Revision: 5498 $
Author:
Julien Viet
See Also:
Serialized Form

Field Summary
private  AssertionFailedError afe
           
private static long serialVersionUID
          The serialVersionUID
 
Constructor Summary
FailureResult()
           
FailureResult(java.lang.String message)
           
 
Method Summary
 ClientCommand createCommand()
          Return the command to execute on the client side.
 AssertionFailedError getAfe()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
The serialVersionUID

See Also:
Constant Field Values

afe

private AssertionFailedError afe
Constructor Detail

FailureResult

public FailureResult()

FailureResult

public FailureResult(java.lang.String message)
Method Detail

getAfe

public AssertionFailedError getAfe()

createCommand

public ClientCommand createCommand()
Description copied from class: Result
Return the command to execute on the client side.

Specified by:
createCommand in class Result