Uses of Class
com.chutneytesting.component.scenario.infra.wrapper.StepVertex
-
Packages that use StepVertex Package Description com.chutneytesting.component.scenario.infra com.chutneytesting.component.scenario.infra.wrapper -
-
Uses of StepVertex in com.chutneytesting.component.scenario.infra
Methods in com.chutneytesting.component.scenario.infra with parameters of type StepVertex Modifier and Type Method Description static ComposableStepOrientComposableStepMapper. vertexToComposableStep(StepVertex vertex)Method parameters in com.chutneytesting.component.scenario.infra with type arguments of type StepVertex Modifier and Type Method Description static List<ComposableStep>OrientComposableStepMapper. vertexToComposableStep(List<StepVertex> subSteps) -
Uses of StepVertex in com.chutneytesting.component.scenario.infra.wrapper
Methods in com.chutneytesting.component.scenario.infra.wrapper that return StepVertex Modifier and Type Method Description StepVertexStepVertex.StepVertexBuilder. build()StepVertexStepRelation. getChildStep()StepVertexStepRelation. getParentStep()Methods in com.chutneytesting.component.scenario.infra.wrapper that return types with arguments of type StepVertex Modifier and Type Method Description List<StepVertex>StepVertex. listChildrenSteps()List<StepVertex>TestCaseVertex. scenario()
-