public class TestListElement extends Object
| Constructor and Description |
|---|
TestListElement() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
collectAllTestNames() |
TestListElement[] |
getContents() |
String |
getName() |
Date |
getTimestamp() |
void |
setContents(TestListElement[] contents) |
void |
setName(String name) |
void |
setTimestamp(Date timestamp) |
public String getName()
public void setName(String name)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public TestListElement[] getContents()
public void setContents(TestListElement[] contents)
public Collection<String> collectAllTestNames()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.