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

Dotnet polymorph conversion from java #129

Open
wants to merge 5 commits into
base: cards_polymorphism
Choose a base branch
from

Commits on Nov 17, 2022

  1. use fluent assertions to verify collections

    Christian Taylor committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e8129e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Merge branch 'add_fluentassertions' into dotnet_polymorph_conversion_…

    …from_java
    Christian Taylor committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    6a8c1c0 View commit details
    Browse the repository at this point in the history
  2. initialise card list from base constructor

    Christian Taylor committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    fd9d9d6 View commit details
    Browse the repository at this point in the history
  3. port the mixed deck over from the Java exercise

    Christian Taylor committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    1d0dcd1 View commit details
    Browse the repository at this point in the history
  4. tidy up the other decks

    and use the generic Enum.GetValues
    Christian Taylor committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    c2022b9 View commit details
    Browse the repository at this point in the history