summaryrefslogtreecommitdiff
path: root/tests/test_terminal_mock.cc
AgeCommit message (Expand)AuthorFilesLines
2010-07-10Make combining_terminal_output implement the same interface as Mock.Daniel Burrows1-1/+1
2010-07-10Split the "terminal" interface into several interfaces that each export one p...Daniel_Burrows@alumni.brown.edu1-55/+8
2010-06-07Add a sanity-check to the terminal mock tests that makes the same calls a sim...Daniel Burrows1-0/+22
2010-06-07Verify that we can output two carriage returns from the fake terminal using m...Daniel Burrows1-1/+3
2010-06-06Use wide strings in the terminal wrapper interface.Daniel Burrows1-40/+41
2010-06-04Retool the terminal mock so that it can be used as a standalone mock.Daniel_Burrows@alumni.brown.edu1-1/+1
2010-06-04In the mock terminal, make calls to move_to_beginning_of_line() cause '\r' to...Daniel Burrows1-1/+50
2010-06-03Write a mock of the terminal object that automatically canonicalizes the term...Daniel Burrows1-0/+200