Table of Contents

Class ValidationErrorAssertionsExtensions

Namespace
Trellis.Testing
Assembly
Trellis.Testing.dll

Extension methods to enable FluentAssertions on Error.UnprocessableContent.

public static class ValidationErrorAssertionsExtensions
Inheritance
ValidationErrorAssertionsExtensions
Inherited Members

Methods

Should(UnprocessableContent)

Returns an assertions object for fluent assertions on Error.UnprocessableContent.

public static ValidationErrorAssertions Should(this Error.UnprocessableContent error)

Parameters

error Error.UnprocessableContent

Returns

ValidationErrorAssertions