Uses of Interface
org.opentestfactory.report.interpreter.base.application.result.AbstractResultParser
Packages that use AbstractResultParser
Package
Description
-
Uses of AbstractResultParser in org.opentestfactory.report.interpreter.base.application
Methods in org.opentestfactory.report.interpreter.base.application that return AbstractResultParserModifier and TypeMethodDescriptionprotected abstract AbstractResultParserAbstractEventInbox.getResultParser()SurefireEventInboxWithConfigurableReportParser.getResultParser()SurefireEventInboxWithUnconfigurableReportParser.getResultParser()default AbstractResultParserSurefireResultParserProvider.getResultParser() -
Uses of AbstractResultParser in org.opentestfactory.report.interpreter.base.application.result
Classes in org.opentestfactory.report.interpreter.base.application.result that implement AbstractResultParserModifier and TypeClassDescriptionclassClass dedicated to parse Surefire Results when we do not have test reference.Fields in org.opentestfactory.report.interpreter.base.application.result declared as AbstractResultParserModifier and TypeFieldDescriptionprotected final AbstractResultParserParseExecutionResultTask.resultParserprotected final AbstractResultParserTestResultNotificationBuilder.resultParserConstructors in org.opentestfactory.report.interpreter.base.application.result with parameters of type AbstractResultParserModifierConstructorDescriptionParseExecutionResultTask(String workflowId, String name, String reportFormatDisplayName, List<org.opentestfactory.dto.v1.ExecutionResult.Attachment> attachments, org.opentestfactory.services.components.bus.BusApiClient busApiClient, AbstractResultParser resultParser) TestResultNotificationBuilder(String workflowId, String name, List<org.opentestfactory.dto.v1.ExecutionResult.Attachment> attachments, AbstractResultParser resultParser)