Documentation

JUnitReportValidator
in package

Read onlyYes
FinalYes

Validates generated reports against the configured Farah JUnit schema while allowing testcase-level output supported by Jenkins and Maven Surefire.

Table of Contents

Constants

SCHEMA_URI  : mixed = 'farah://slothsoft@schema/schema/junit/1.0'

Methods

__construct()  : mixed
assertValid()  : void

Constants

Methods

__construct()

public __construct([string $schemaUri = self::SCHEMA_URI ]) : mixed
Parameters
$schemaUri : string = self::SCHEMA_URI

assertValid()

public assertValid(DOMDocument $report) : void
Parameters
$report : DOMDocument
On this page

Search results