Package org.citrusframework
Class TestCaseMetaInfo
java.lang.Object
org.citrusframework.TestCaseMetaInfo
Test case meta information.
- Author:
- Christoph Deppisch
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the test author.Get the creation date.Get the author that recently updated this test case.Get last updating date.Get the status of this test case.voidSet the test author.voidsetCreationDate(Date creationDate) Set the creation date.voidsetLastUpdatedBy(String lastUpdatedBy) Set the author that recently updated this test case.voidsetLastUpdatedOn(Date lastUpdatedOn) Set last updating date.voidsetStatus(TestCaseMetaInfo.Status status) Set the status the this test case.
-
Constructor Details
-
TestCaseMetaInfo
public TestCaseMetaInfo()
-
-
Method Details
-
getAuthor
Get the test author.- Returns:
- the author
-
setAuthor
Set the test author.- Parameters:
author- the author to set
-
getCreationDate
Get the creation date.- Returns:
- the creationDate
-
setCreationDate
Set the creation date.- Parameters:
creationDate- the creationDate to set
-
getLastUpdatedBy
Get the author that recently updated this test case.- Returns:
- the lastUpdatedBy
-
setLastUpdatedBy
Set the author that recently updated this test case.- Parameters:
lastUpdatedBy- the lastUpdatedBy to set
-
getLastUpdatedOn
Get last updating date.- Returns:
- the lastUpdatedOn
-
setLastUpdatedOn
Set last updating date.- Parameters:
lastUpdatedOn- the lastUpdatedOn to set
-
setStatus
Set the status the this test case.- Parameters:
status- the status to set
-
getStatus
Get the status of this test case.- Returns:
- the status
-