Package dev.orne.test.rnd.params
Class TestSourceExtractor
java.lang.Object
dev.orne.test.rnd.params.AbstractParametersSourceExtractor<TestSourceExtractor.Params,TestSourceExtractor.Source>
dev.orne.test.rnd.params.TestSourceExtractor
- All Implemented Interfaces:
ParametersSourceExtractor<TestSourceExtractor.Params,
TestSourceExtractor.Source>
public class TestSourceExtractor
extends AbstractParametersSourceExtractor<TestSourceExtractor.Params,TestSourceExtractor.Source>
Test implementation of
ParametersSourceExtractor
.- Since:
- 0.1
- Version:
- 1.0, 2022-11
- Author:
- (w) Iker Hernaez
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Test parameters type.static interface
Test parameters source type.Nested classes/interfaces inherited from interface dev.orne.test.rnd.params.ParametersSourceExtractor
ParametersSourceExtractor.NopExtractor
-
Field Summary
Fields inherited from interface dev.orne.test.rnd.params.ParametersSourceExtractor
NOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
extractParameters
(@NotNull TestSourceExtractor.Source from, @NotNull TestSourceExtractor.Params target) Methods inherited from class dev.orne.test.rnd.params.AbstractParametersSourceExtractor
equals, getParametersType, getSourceType, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface dev.orne.test.rnd.params.ParametersSourceExtractor
getPriority
-
Constructor Details
-
TestSourceExtractor
public TestSourceExtractor()Creates a new instance.
-
-
Method Details
-
extractParameters
public void extractParameters(@NotNull @NotNull TestSourceExtractor.Source from, @NotNull @NotNull TestSourceExtractor.Params target)
-