Interface IHtmlResultTestCase

All Superinterfaces:
IHtmlResultTestTarget
All Known Implementing Classes:
ErrorTestCase, TestCase

public interface IHtmlResultTestCase
extends IHtmlResultTestTarget
TestCase interface for HTML result.
  • 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.