Class CliBase

java.lang.Object
jp.co.moneyforward.autotest.framework.cli.CliBase
All Implemented Interfaces:
Callable<Integer>

public abstract class CliBase extends Object implements Callable<Integer>
A base class of CLI for insdog.
  • Constructor Details

    • CliBase

      public CliBase()
  • Method Details

    • rootPackageName

      protected abstract String rootPackageName()
    • run

      public Integer run()
    • listTestClasses

      public Integer listTestClasses()
    • listTags

      public Integer listTags()
    • listAccessModels

      public Integer listAccessModels()
    • showDefaultExecutionDescriptors

      public Integer showDefaultExecutionDescriptors()
    • showExecutionProfile

      public Integer showExecutionProfile()
    • call

      public Integer call() throws Exception
      Specified by:
      call in interface Callable<Integer>
      Throws:
      Exception