com.hp.lft.report

Class CucumberReporter

  • java.lang.Object
    • com.hp.lft.report.CucumberReporter


  • public class CucumberReporter
    extends java.lang.Object
    Used internally by UFT Developer in Cucumber tests.
    • Method Summary

      Modifier and TypeMethod and Description
      voidafter(Match match, Result result) 
      voidbackground(Background background) 
      voidbefore(Match match, Result result) 
      voidclose() 
      voiddone() 
      voidembedding(java.lang.String mimeType, byte[] data) 
      voidendOfScenarioLifeCycle(Scenario scenario) 
      voideof() 
      voidexamples(Examples examples) 
      voidfeature(Feature feature) 
      voidmatch(Match match) 
      voidresult(Result result) 
      voidscenario(Scenario scenario) 
      voidscenarioOutline(ScenarioOutline scenarioOutline) 
      voidstartOfScenarioLifeCycle(Scenario scenario) 
      voidstep(Step step) 
      voidsyntaxError(java.lang.String state, java.lang.String event, java.util.List<java.lang.String> legalEvents, java.lang.String uri, java.lang.Integer line) 
      voiduri(java.lang.String uri) 
      voidwrite(java.lang.String text) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CucumberReporter

        public CucumberReporter()
    • Method Detail

      • uri

        public void uri(java.lang.String uri)
      • feature

        public void feature(Feature feature)
      • background

        public void background(Background background)
      • scenario

        public void scenario(Scenario scenario)
      • scenarioOutline

        public void scenarioOutline(ScenarioOutline scenarioOutline)
      • examples

        public void examples(Examples examples)
      • step

        public void step(Step step)
      • result

        public void result(Result result)
      • after

        public void after(Match match,
                          Result result)
      • match

        public void match(Match match)
      • eof

        public void eof()
      • syntaxError

        public void syntaxError(java.lang.String state,
                                java.lang.String event,
                                java.util.List<java.lang.String> legalEvents,
                                java.lang.String uri,
                                java.lang.Integer line)
      • done

        public void done()
      • close

        public void close()
      • startOfScenarioLifeCycle

        public void startOfScenarioLifeCycle(Scenario scenario)
      • endOfScenarioLifeCycle

        public void endOfScenarioLifeCycle(Scenario scenario)
      • before

        public void before(Match match,
                           Result result)
      • embedding

        public void embedding(java.lang.String mimeType,
                              byte[] data)
      • write

        public void write(java.lang.String text)