S2JUnit4でSimpleInternalTestContext利用時の設定
すぐ忘れるのでメモ書きで残しとく。
EXCELファイルでデータの初期化をさせたいときは、jtaEnabledを指定する必要がある。
<component name="context" class="org.seasar.framework.unit.impl.SimpleInternalTestContext"> <property name="jtaEnabled">true</property> <property name="preparationType">@org.seasar.framework.unit.PreparationType@ALL_REPLACE</property> </component>