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 classThis implementation ofAutotestExecution.Spec.Loaderreads the system propertyjp.co.moneyforward.autotest.scenesand creates aAutotestExecution.Specinstance 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 baseSpecinstance on which an implementation of this method loads execution spec.properties- A property object from which execution configuration is created.- See Also:
-