Class MainForRequestTesting

java.lang.Object
nablarch.fw.HandlerQueueManager<nablarch.fw.launcher.Main>
nablarch.fw.launcher.Main
nablarch.test.core.standalone.MainForRequestTesting
All Implemented Interfaces:
nablarch.fw.Handler<nablarch.fw.launcher.CommandLine,Integer>

public class MainForRequestTesting extends nablarch.fw.launcher.Main
リクエスト単体テスト用のメインクラス。
Author:
T.Kawasaki
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    handle(nablarch.fw.launcher.CommandLine commandLine, nablarch.fw.ExecutionContext context)
    テスト対象実行後にリポジトリの再初期化を行う。
    protected void
    setUpSystemRepository(String configFilePath)

    Methods inherited from class nablarch.fw.launcher.Main

    execute, getHandlerQueue, initializeLog, main, outputAppSettingsLog, setupExecutionContext

    Methods inherited from class nablarch.fw.HandlerQueueManager

    addHandler, addHandler, addHandler, addHandler, addHandler, addHandlers, clearHandlers, getHandlerOf, getMethodBinder, setHandlerQueue, setMethodBinder

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MainForRequestTesting

      public MainForRequestTesting()
  • Method Details

    • handle

      public Integer handle(nablarch.fw.launcher.CommandLine commandLine, nablarch.fw.ExecutionContext context)
      テスト対象実行後にリポジトリの再初期化を行う。
      Specified by:
      handle in interface nablarch.fw.Handler<nablarch.fw.launcher.CommandLine,Integer>
      Overrides:
      handle in class nablarch.fw.launcher.Main
    • setUpSystemRepository

      protected void setUpSystemRepository(String configFilePath)
      Overrides:
      setUpSystemRepository in class nablarch.fw.launcher.Main