Class SelfTest
java.lang.Object
jp.co.moneyforward.autotest.framework.selftest.SelfTest
- All Implemented Interfaces:
AutotestRunner
A test to check if the framework works as designed.
This test is designed to work without accessing actual applications.
-
Field Summary
FieldsFields inherited from interface jp.co.moneyforward.autotest.framework.core.AutotestRunner
LOGGER
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jp.co.moneyforward.autotest.framework.core.AutotestRunner
afterAll, afterEach, beforeAll, beforeEach, createWriter, runTestAction
-
Field Details
-
OVERRIDING_DOMAIN_NAME
- See Also:
-
-
Constructor Details
-
SelfTest
public SelfTest()
-
-
Method Details
-
snapshot
-
open
-
login
-
connect
-
disconnect
-
logout
-
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 interfaceAutotestRunner
- Returns:
- A reporting action performer.
-
enableAssertion
public static void enableAssertion() -
disableAssertion
public static void disableAssertion()
-