Skip to content

LINQ to Assertions: extension methods for IEnumerable<Test> that allow fluently transitioning from a query to creating assertions. #43

@NewellClark

Description

@NewellClark

return Enumerable.Range(0, 4)
.Assert(str => str.Length).Is.LessThan(4);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions