Uses of Package
jp.co.moneyforward.autotest.framework.annotations
Packages that use jp.co.moneyforward.autotest.framework.annotations
Package
Description
This package hols annotations defined by the InsDog framework.
-
Classes in jp.co.moneyforward.autotest.framework.annotations used by jp.co.moneyforward.autotest.framework.annotationsClassDescriptionFor each attribute in this annotation interface, user can specify names of
public
,static
, and@Named
methods that returnScene
instance in the test class.An interface to be implemented by custom loader class forAutotestExecution.Spec
instance. -
Classes in jp.co.moneyforward.autotest.framework.annotations used by jp.co.moneyforward.autotest.framework.coreClassDescriptionAn annotation to let JUnit5 know the class to which this is attached is a test class to be executed by
AutotestEngine
extension. -
Classes in jp.co.moneyforward.autotest.framework.annotations used by jp.co.moneyforward.autotest.framework.selftestClassDescriptionAn annotation to let JUnit5 know the class to which this is attached is a test class to be executed by
AutotestEngine
extension.An annotation to let the framework know an access-model method should be closed by an action specified by the method name.// @formatter:off An annotation to specify the fields that can be used by other scenes.An annotation to define a dependency of a method to which this is attached.An annotation that specifies a name to specify a method in a test class. -
Classes in jp.co.moneyforward.autotest.framework.annotations used by jp.co.moneyforward.autotest.framework.testengineClassDescriptionFor each attribute in this annotation interface, user can specify names of
public
,static
, and@Named
methods that returnScene
instance in the test class.