Uses of Class
com.trivago.cluecumber.engine.json.pojo.Report
-
Packages that use Report Package Description com.trivago.cluecumber.engine.json com.trivago.cluecumber.engine.json.processors com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections -
-
Uses of Report in com.trivago.cluecumber.engine.json
Methods in com.trivago.cluecumber.engine.json that return Report Modifier and Type Method Description Report[]JsonPojoConverter. convertJsonToReportPojos(String json)Turn Cucumber JSON into a report array. -
Uses of Report in com.trivago.cluecumber.engine.json.processors
Methods in com.trivago.cluecumber.engine.json.processors with parameters of type Report Modifier and Type Method Description voidReportJsonPostProcessor. postDeserialize(Report report, com.google.gson.JsonElement jsonElement, com.google.gson.Gson gson)Adds feature indices, merges background scenarios into scenarios and adds feature information to scenarios.voidReportJsonPostProcessor. postSerialize(com.google.gson.JsonElement jsonElement, Report report, com.google.gson.Gson gson)Unused post serialize hook.Method parameters in com.trivago.cluecumber.engine.json.processors with type arguments of type Report Modifier and Type Method Description voidElementMultipleRunsPreProcessor. addMultipleRunsInformationToScenarios(List<Report> reports)This adds the latest run information to each scenario run multiple times.voidElementIndexPreProcessor. process(List<Report> reports)This adds the internal scenario index to each scenario. -
Uses of Report in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return types with arguments of type Report Modifier and Type Method Description List<Report>AllScenariosPageCollection. getReports()Get all reports.Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Report Modifier and Type Method Description voidAllScenariosPageCollection. addReports(Report[] reportList)Add reports to the existing report list.Constructor parameters in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with type arguments of type Report Constructor Description AllFeaturesPageCollection(List<Report> reports, String pageTitle)Constructor.AllStepsPageCollection(List<Report> reports, String pageTitle)Constructor.AllTagsPageCollection(List<Report> reports, String pageTitle)Constructor.
-