public class FileToBusinessStepCallMapper
| Modifier and Type | Class and Description |
|---|---|
static class |
FileToBusinessStepCallMapper.Companion |
| Modifier and Type | Field and Description |
|---|---|
static FileToBusinessStepCallMapper.Companion |
Companion |
| Constructor and Description |
|---|
FileToBusinessStepCallMapper(FileToBusinessPhaseMapper phaseMapper) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.testerum.model.step.StepCall> |
mapStepCalls(java.util.List<com.testerum.test_file_format.common.step_call.FileStepCall> fileStepCalls,
java.lang.String stepCallIdPrefix)
Maps a list of file step calls to a list of business step calls, with the following limitations:
|
public static FileToBusinessStepCallMapper.Companion Companion
public FileToBusinessStepCallMapper(@NotNull
FileToBusinessPhaseMapper phaseMapper)
@NotNull
public java.util.List<com.testerum.model.step.StepCall> mapStepCalls(@NotNull
java.util.List<com.testerum.test_file_format.common.step_call.FileStepCall> fileStepCalls,
@NotNull
java.lang.String stepCallIdPrefix)
Maps a list of file step calls to a list of business step calls, with the following limitations:
the definition will always be UndefinedStepDef. The real definition will be resolved in the class StepsCache
argument types will always be TEXT (we can know the type only after we know the definition)
external resources are NOT loaded here - this will also be done when resolving
class StepsCache