Package jp.vmi.html.result
Interface IHtmlResultTestCase
- All Superinterfaces:
IHtmlResultTestTarget
- All Known Implementing Classes:
ErrorTestCase,TestCase
public interface IHtmlResultTestCase extends IHtmlResultTestTarget
TestCase interface for HTML result.
-
Method Summary
Modifier and Type Method Description CommandListgetCommandList()Get command list.StringgetFilename()Get filename of test-case.CommandResultListgetResultList()Get test-case result list.Methods inherited from interface jp.vmi.html.result.IHtmlResultTestTarget
getName, getResult, getType
-
Method Details
-
getFilename
String getFilename()Get filename of test-case.- Returns:
- filename.
-
getCommandList
CommandList getCommandList()Get command list.- Returns:
- command list.
-
getResultList
CommandResultList getResultList()Get test-case result list.- Returns:
- test-case result list.
-