Class SelfTest

java.lang.Object
jp.co.moneyforward.autotest.framework.selftest.SelfTest
All Implemented Interfaces:
AutotestRunner

public class SelfTest extends Object implements AutotestRunner
A test to check if the framework works as designed. This test is designed to work without accessing actual applications.
  • Field Details

  • Constructor Details

    • SelfTest

      public SelfTest()
  • Method Details

    • snapshot

      public Scene snapshot()
    • open

      public static Scene open()
    • login

      public static Scene login()
    • connect

      public static Scene connect()
    • disconnect

      public static Scene disconnect()
    • logout

      public static Scene logout()
    • close

      public static Scene close()
    • actionPerformer

      public com.github.dakusui.actionunit.visitors.ReportingActionPerformer actionPerformer()
      Description copied from interface: AutotestRunner
      Creates a reporting action performer. A class of reporting action performers is defined in actionunit library.
      Specified by:
      actionPerformer in interface AutotestRunner
      Returns:
      A reporting action performer.
    • enableAssertion

      public static void enableAssertion()
    • disableAssertion

      public static void disableAssertion()