xmlunit-core : Org.XmlUnit.Validation Namespace

ValidationResult Class

The result of a validation.

Syntax

public class ValidationResult

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Validation
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240

Members

See Also: Inherited members from object.

Public Constructors

Captures the result of a validation.

Public Properties

[read-only]
Problems IEnumerable<ValidationProblem> . Retrieves the problems that have been found.
[read-only]
Valid bool . Has the validation been successful?

Extension Methods

static
Singleton<T> (this T) : IEnumerable<T>
An enumerable containing a single element.

Member Details

ValidationResult Constructor

Captures the result of a validation.

Syntax

public ValidationResult (bool valid, IEnumerable<ValidationProblem> problems)

Parameters

valid
valid/not valid result
problems
list of problems encountered

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Validation
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240

Problems Property

Retrieves the problems that have been found.

Syntax

public IEnumerable<ValidationProblem> Problems { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Validation
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240

Valid Property

Has the validation been successful?

Syntax

public bool Valid { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Org.XmlUnit.Validation
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240