All Implemented Interfaces:
CapybaraPortingLayer

public class TestReport extends Action
  • Constructor Details

  • Method Details

    • getTotalTestCount

      public int getTotalTestCount()
    • getSkippedTestCount

      public int getSkippedTestCount()
    • getFailedTestCount

      public int getFailedTestCount()
    • assertFailureContent

      public void assertFailureContent(String test, String content)
    • isApplicable

      public boolean isApplicable(ContainerPageObject po)
      Specified by:
      isApplicable in class Action
      Returns:
      true if and action can be attached to given page object.