Package jp.vmi.html.result
Interface IHtmlResultTestTarget
-
- All Known Subinterfaces:
IHtmlResultTestCase,IHtmlResultTestSuite
- All Known Implementing Classes:
ErrorTestCase,ErrorTestProject,ErrorTestSuite,TestCase,TestProject,TestSuite
public interface IHtmlResultTestTargetTest target interface for HTML result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get selenese name.ResultgetResult()Get selenese result.Selenese.TypegetType()Get selenese type.
-
-
-
Method Detail
-
getName
String getName()
Get selenese name.- Returns:
- selenese name.
-
getType
Selenese.Type getType()
Get selenese type.- Returns:
- selenese type.
-
getResult
Result getResult()
Get selenese result.- Returns:
- selenese result.
-
-