Interface AutotestExecution.Spec.Loader
- All Known Implementing Classes:
AutotestExecution.Spec.Loader.Default
- Enclosing class:
AutotestExecution.Spec
public static interface AutotestExecution.Spec.Loader
An interface to be implemented by custom loader class for
AutotestExecution.Spec
instance.
An implementation of this interface must have a public constructor without parameter to be used as
AutotestExecution.executionSpecLoaderClass()
.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
This implementation ofAutotestExecution.Spec.Loader
reads the system propertyjp.co.moneyforward.autotest.scenes
and creates aAutotestExecution.Spec
instance based on the value. -
Method Summary
Modifier and TypeMethodDescriptionload
(AutotestExecution.Spec base, Properties properties) Loads an instance ofAutotestExecution.Spec
.
-
Method Details
-
load
Loads an instance ofAutotestExecution.Spec
.- Parameters:
base
- A baseSpec
instance on which an implementation of this method loads execution spec.properties
- A property object from which execution configuration is created.- See Also:
-