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

Add Tests for the Bucket Datastructure #27

Merged

Commits on Dec 8, 2023

  1. Enable Bucket tests

    Changes to be committed:
    	modified:   tests/CMakeLists.txt
    franziska-wegner committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    19d723c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    2749413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f4e3f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    5254959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18d096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8dfddc View commit details
    Browse the repository at this point in the history
  4. Add resolved tests

    franziska-wegner committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a176269 View commit details
    Browse the repository at this point in the history
  5. Switching from `EXPECT_THAT(MatchesRegex(assertionString.c_str()), er…

    …ror.what())` to `EXPECT_THAT(error.what(),MatchesRegex(assertionString.c_str()))`
    franziska-wegner committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d588fa1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f958cc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5caf325 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d0c7f7 View commit details
    Browse the repository at this point in the history