Package nablarch.test
Class NablarchTestUtils.ReflectionOperation
java.lang.Object
nablarch.test.NablarchTestUtils.ReflectionOperation
- Enclosing class:
- NablarchTestUtils
リフレクションAPIを使用する際の簡易的なテンプレートクラス。
例外が発生した場合の典型的な対処を提供する。
例外が発生した場合の典型的な対処を提供する。
- Author:
- T.Kawasaki
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ReflectionOperationpublic ReflectionOperation()
 
- 
- 
Method Details- 
executepublic final void execute()実行する。
- 
operateサブクラス、無名クラスでリフレクション操作を行う。- Throws:
- Exception- 例外
 
 
-