summaryrefslogtreecommitdiff
path: root/tests/test_transient_message.cc
AgeCommit message (Expand)AuthorFilesLines
2010-07-10Make display_and_advance work even when the output isn't a terminal.Daniel Burrows1-0/+24
2010-07-10It's no longer necessary to explicitly mark newline() as unexpected, since we...Daniel Burrows1-5/+0
2010-07-10Split the teletype mock's constructors into default/nice/strict variants too.Daniel Burrows1-1/+1
2010-07-10Make combining_terminal_output implement the same interface as Mock.Daniel Burrows1-1/+1
2010-07-10Make the terminal_metrics mock a Mock instance and use its strict variant eve...Daniel Burrows1-1/+1
2010-07-10Make the terminal_locale mock a Mock instance and use its strict variant in t...Daniel Burrows1-1/+1
2010-07-10Split the "terminal" interface into several interfaces that each export one p...Daniel_Burrows@alumni.brown.edu1-18/+29
2010-07-02Remove the now-obsolete preserve_and_advance() routine.Daniel Burrows1-13/+0
2010-07-02Add a routine on transient_message to display a non-wrapped message and move ...Daniel Burrows1-0/+46
2010-06-10Put some mock expectations that should be in sequence in the scope of InSeque...Daniel Burrows1-22/+67
2010-06-10Add support in the transient message for making a message permanent and advan...Daniel Burrows1-0/+12
2010-06-10Don't show any output from the transient message object if the output device ...Daniel Burrows1-4/+51
2010-06-07Write tests of the transient-message class.Daniel Burrows1-0/+210