Skip to content

Check/Document mapping of FluentAssertions to Testably.Expectations #112

@vbreuss

Description

@vbreuss

Check all methods in FluentAssertions and document the corresponding expectation in Testably.Expectations.

See e.g. the following table:

Group fluentassertions Testably.Expectations
Boolean .Should().BeFalse() .Should().BeFalse()
.Should().BeTrue() .Should().BeTrue()
.Should().Be(bool) .Should().Be(bool)
.Should().NotBe(bool) .Should().NotBe(bool)
.Should().Imply(bool) .Should().Imply(bool)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions