Class TestCaseVertex
- java.lang.Object
-
- com.chutneytesting.component.scenario.infra.wrapper.TestCaseVertex
-
public class TestCaseVertex extends Object
TestCase OrientDB model mergesComposableTestCasemetadata andComposableScenariosteps and parameters. For this reason, the vertex wrapped inside is sometime treated as aStepVertex"root step", which is a way to represent the scenario
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestCaseVertex.TestCaseVertexBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringauthor()static TestCaseVertex.TestCaseVertexBuilderbuilder()InstantcreationDate()StringdatasetId()Stringdescription()Stringid()Map<String,String>parameters()com.orientechnologies.orient.core.record.OVertexsave(com.orientechnologies.orient.core.db.ODatabaseSession dbSession)List<StepVertex>scenario()List<String>tags()Stringtitle()InstantupdateDate()Integerversion()
-
-
-
Method Detail
-
save
public com.orientechnologies.orient.core.record.OVertex save(com.orientechnologies.orient.core.db.ODatabaseSession dbSession)
-
id
public String id()
-
title
public String title()
-
description
public String description()
-
creationDate
public Instant creationDate()
-
datasetId
public String datasetId()
-
updateDate
public Instant updateDate()
-
author
public String author()
-
version
public Integer version()
-
scenario
public List<StepVertex> scenario()
-
builder
public static TestCaseVertex.TestCaseVertexBuilder builder()
-
-