org.ow2.clif.storage.lib.filestorage
Class TestDescriptorImpl
java.lang.Object
org.ow2.clif.storage.lib.filestorage.TestDescriptorImpl
- All Implemented Interfaces:
- java.io.Serializable, TestDescriptor
public class TestDescriptorImpl
- extends java.lang.Object
- implements TestDescriptor
- Author:
- Bruno Dillenseger
- See Also:
- Serialized Form
Field Summary |
protected java.util.Date |
date
|
protected java.lang.String |
name
|
Method Summary |
java.util.Date |
getDate()
Gets the test run initialization date of the test run represented by current test descriptor |
java.lang.String |
getName()
Gets the test run name of the test run represented by current test descriptor |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
date
protected java.util.Date date
TestDescriptorImpl
public TestDescriptorImpl(java.io.File testDir)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getName
public java.lang.String getName()
- Description copied from interface:
TestDescriptor
- Gets the test run name of the test run represented by current test descriptor
- Specified by:
getName
in interface TestDescriptor
- Returns:
- the test run name of the test run represented by current test descriptor
getDate
public java.util.Date getDate()
- Description copied from interface:
TestDescriptor
- Gets the test run initialization date of the test run represented by current test descriptor
- Specified by:
getDate
in interface TestDescriptor
- Returns:
- the test run initialization date of the test run represented by current test descriptor