Class TestCaseVertex.TestCaseVertexBuilder
java.lang.Object
com.chutneytesting.component.scenario.infra.wrapper.TestCaseVertex.TestCaseVertexBuilder
- Enclosing class:
- TestCaseVertex
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(com.orientechnologies.orient.core.record.OVertex vertex) withAuthor(String author) withCreationDate(Date creationDate) withDatasetId(String datasetId) withDescription(String description) withParameters(Map<String, String> parameters) withSteps(List<ComposableStep> composableSteps) withUpdateDate(Date updateDate)
-
Method Details
-
build
-
from
public TestCaseVertex.TestCaseVertexBuilder from(com.orientechnologies.orient.core.record.OVertex vertex) -
withId
-
withTitle
-
withDescription
-
withCreationDate
-
withTags
-
withParameters
-
withDatasetId
-
withUpdateDate
-
withAuthor
-
withSteps
-