Table of Contents

Class ErrorAssertionsExtensions

Namespace
Trellis.Testing
Assembly
Trellis.Testing.dll

Extension methods to enable FluentAssertions on Error types.

public static class ErrorAssertionsExtensions
Inheritance
ErrorAssertionsExtensions
Inherited Members

Methods

Should(Error)

Returns an assertions object for fluent assertions on Error.

public static ErrorAssertions Should(this Error error)

Parameters

error Error

Returns

ErrorAssertions