public void IsFlush_Flush_True() { SolverPrototype solver = new SolverPrototype("Deck1"); HandFlush_Stub stub = new HandFlush_Stub(); bool expected = true; bool actual = solver.IsFlush(stub); Assert.That(actual, Is.EqualTo(expected)); }