Written code is producing output that does not match the correct rubric. I would like to request 2 files of assertions for debugging purposes. No need to look into the issue itself, simply providing the tools will be sufficient. Some are completed and provided as examples for further test cases I have no time to continue building more. Code is undergraduate C++ dealing with ADT construction, modification, and evaluation.
For card example, compare two cards before and after trump is called (e.g. comparing a 9 of hearts against an Ace of clubs yields Ace > 9 but when hearts is trump A < 9)
For player example, assert number of cards in hand during play (e.g. bob is the dealer (assert other players dealer==false) has 5 cards, add_and_discard is called. assert 5 cards in hand)
Again, only assertions are required. No debugging necessary.