public class TestCaseMetaInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCaseMetaInfo.Status
Status of testcase
|
| Constructor and Description |
|---|
TestCaseMetaInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Get the test author.
|
Date |
getCreationDate()
Get the creation date.
|
String |
getLastUpdatedBy()
Get the author that recently updated this test case.
|
Date |
getLastUpdatedOn()
Get last updating date.
|
TestCaseMetaInfo.Status |
getStatus()
Get the status of this test case.
|
void |
setAuthor(String author)
Set the test author.
|
void |
setCreationDate(Date creationDate)
Set the creation date.
|
void |
setLastUpdatedBy(String lastUpdatedBy)
Set the author that recently updated this test case.
|
void |
setLastUpdatedOn(Date lastUpdatedOn)
Set last updating date.
|
void |
setStatus(TestCaseMetaInfo.Status status)
Set the status the this test case.
|
public String getAuthor()
public void setAuthor(String author)
author - the author to setpublic Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate - the creationDate to setpublic String getLastUpdatedBy()
public void setLastUpdatedBy(String lastUpdatedBy)
lastUpdatedBy - the lastUpdatedBy to setpublic Date getLastUpdatedOn()
public void setLastUpdatedOn(Date lastUpdatedOn)
lastUpdatedOn - the lastUpdatedOn to setpublic void setStatus(TestCaseMetaInfo.Status status)
status - the status to setpublic TestCaseMetaInfo.Status getStatus()
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.