public class TestResolver
| Constructor and Description |
|---|
TestResolver(ArgsResolver argsResolver) |
| Modifier and Type | Method and Description |
|---|---|
com.testerum.model.test.TestModel |
resolveAfterHooksStepsDefs(kotlin.jvm.functions.Function0<com.testerum.file_service.caches.resolved.StepsCache> getStepsCache,
com.testerum.model.test.TestModel test,
java.nio.file.Path resourcesDir) |
com.testerum.model.manual.ManualTest |
resolveManualStepDefs(kotlin.jvm.functions.Function0<com.testerum.file_service.caches.resolved.StepsCache> getStepsCache,
com.testerum.model.manual.ManualTest manualTest,
java.nio.file.Path resourcesDir) |
com.testerum.model.test.TestModel |
resolveStepsDefs(kotlin.jvm.functions.Function0<com.testerum.file_service.caches.resolved.StepsCache> getStepsCache,
com.testerum.model.test.TestModel test,
java.nio.file.Path resourcesDir) |
public TestResolver(@NotNull
ArgsResolver argsResolver)
@NotNull
public com.testerum.model.test.TestModel resolveStepsDefs(@NotNull
kotlin.jvm.functions.Function0<com.testerum.file_service.caches.resolved.StepsCache> getStepsCache,
@NotNull
com.testerum.model.test.TestModel test,
@NotNull
java.nio.file.Path resourcesDir)
@NotNull
public com.testerum.model.test.TestModel resolveAfterHooksStepsDefs(@NotNull
kotlin.jvm.functions.Function0<com.testerum.file_service.caches.resolved.StepsCache> getStepsCache,
@NotNull
com.testerum.model.test.TestModel test,
@NotNull
java.nio.file.Path resourcesDir)
@NotNull
public com.testerum.model.manual.ManualTest resolveManualStepDefs(@NotNull
kotlin.jvm.functions.Function0<com.testerum.file_service.caches.resolved.StepsCache> getStepsCache,
@NotNull
com.testerum.model.manual.ManualTest manualTest,
@NotNull
java.nio.file.Path resourcesDir)