Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend collection assertions with ContainInConsecutiveOrder and NotContainInConsecutiveOrder #1963

Merged
merged 19 commits into from Aug 9, 2022

Commits on Jul 19, 2022

  1. Add ContainInConsecutiveOrder and NotContainInConsecutiveOrder

    Two functions to check that a cleections contains or doesn't contain the items from a second collections consecutively.
    StacyCash committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f4a8c68 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    4fad081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46a4135 View commit details
    Browse the repository at this point in the history
  3. Update docs/_pages/releases.md

    Co-authored-by: Jonas Nyrup <jnyrup@users.noreply.github.com>
    StacyCash and jnyrup committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    356f7c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fafd108 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3e97c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9587001 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    54790a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eef1ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23e8059 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a940fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5be6cb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Update Src/FluentAssertions/Collections/GenericCollectionAssertions.cs

    Co-authored-by: Jonas Nyrup <jnyrup@users.noreply.github.com>
    StacyCash and jnyrup committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    9313fe7 View commit details
    Browse the repository at this point in the history
  2. Update Src/FluentAssertions/Collections/GenericCollectionAssertions.cs

    Co-authored-by: Jonas Nyrup <jnyrup@users.noreply.github.com>
    StacyCash and jnyrup committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    b560ef6 View commit details
    Browse the repository at this point in the history
  3. Update Src/FluentAssertions/Collections/GenericCollectionAssertions.cs

    Co-authored-by: Jonas Nyrup <jnyrup@users.noreply.github.com>
    StacyCash and jnyrup committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e58610e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    23c02fa View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    89c9100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    745cb81 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    76de1b1 View commit details
    Browse the repository at this point in the history