Uses of Annotation Interface
jp.co.moneyforward.autotest.framework.annotations.AutotestExecution
Packages that use AutotestExecution
Package
Description
-
Uses of AutotestExecution in jp.co.moneyforward.autotest.framework.core
Classes in jp.co.moneyforward.autotest.framework.core with annotations of type AutotestExecutionModifier and TypeInterfaceDescriptioninterface
An interface that runs specified actions for stages:beforeAll
,beforeEach
,tests
,afterEach
, andafterAll
. -
Uses of AutotestExecution in jp.co.moneyforward.autotest.framework.selftest
Classes in jp.co.moneyforward.autotest.framework.selftest with annotations of type AutotestExecutionModifier and TypeClassDescriptionclass
A test to check if the framework works as designed.