org.seasar.cubby.unit
クラス CubbyRunnerTest.MockAction

java.lang.Object
  上位を拡張 org.seasar.cubby.unit.CubbyRunnerTest.MockAction
含まれているクラス:
CubbyRunnerTest

public static class CubbyRunnerTest.MockAction
extends Object


コンストラクタの概要
CubbyRunnerTest.MockAction()
           
 
メソッドの概要
 org.seasar.cubby.action.ActionResult execute()
           
 String getName()
           
 void setActionResult(org.seasar.cubby.action.ActionResult actionResult)
           
 void setName(String name)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CubbyRunnerTest.MockAction

public CubbyRunnerTest.MockAction()
メソッドの詳細

setName

public void setName(String name)

getName

public String getName()

setActionResult

public void setActionResult(org.seasar.cubby.action.ActionResult actionResult)

execute

public org.seasar.cubby.action.ActionResult execute()


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.