Class TestCaseEdition
- java.lang.Object
-
- com.chutneytesting.design.domain.editionlock.TestCaseEdition
-
public class TestCaseEdition extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringeditorInstantstartDateTestCaseMetadatatestCaseMetadata
-
Constructor Summary
Constructors Constructor Description TestCaseEdition(TestCaseMetadata testCaseMetadata, Instant startDate, String editor)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Predicate<TestCaseEdition>byEditor(String editor)static Predicate<TestCaseEdition>byId(String testCaseId)booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Field Detail
-
testCaseMetadata
public final TestCaseMetadata testCaseMetadata
-
startDate
public final Instant startDate
-
editor
public final String editor
-
-
Constructor Detail
-
TestCaseEdition
public TestCaseEdition(TestCaseMetadata testCaseMetadata, Instant startDate, String editor)
-
-
Method Detail
-
byId
public static Predicate<TestCaseEdition> byId(String testCaseId)
-
byEditor
public static Predicate<TestCaseEdition> byEditor(String editor)
-
-