summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-07-02Add a routine on transient_message to display a non-wrapped message and move ...Daniel Burrows1-0/+46
2010-06-30Add a view interface for displaying the download progress and an implementati...Daniel_Burrows@alumni.brown.edu3-0/+109
2010-06-19Don't try to link GTK+-related code into the tests if the GTK+ frontend isn't...Daniel Burrows1-2/+5
2010-06-19Don't try to test the search input controller if the GTK+ frontend wasn't built.Daniel Burrows1-0/+4
2010-06-18Explicitly include gmock/gtest -- they should be picked up by another include...Daniel Burrows1-0/+3
2010-06-18Extract the declarations of the global pointers to apt structures into a sepa...Daniel Burrows1-25/+10
2010-06-18Re-enable all the unit tests.Daniel Burrows1-2/+2
2010-06-15Add support to the command-line progress display object for showing that the ...Daniel Burrows3-56/+454
2010-06-15Make the testing of search progress throttling hopefully more robust.Daniel Burrows1-15/+16
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 Burrows2-2/+14
2010-06-10Fix the teletype mock to only output set_last_line() when the last line has a...Daniel Burrows1-0/+22
2010-06-10Don't show any output from the transient message object if the output device ...Daniel Burrows1-4/+51
2010-06-10Write a test of the command-line search progress object.Daniel Burrows3-1/+221
2010-06-09Write tests of the command-line progress display class.Daniel Burrows3-0/+284
2010-06-07Write tests of the transient-message class.Daniel Burrows3-1/+214
2010-06-07Write a test that the teletype mock works when used with a "real" combining t...Daniel Burrows1-0/+25
2010-06-07Add a sanity-check to the terminal mock tests that makes the same calls a sim...Daniel Burrows1-0/+22
2010-06-07Write one test to specifically verify that the sequence of characters sent by...Daniel Burrows1-0/+17
2010-06-07Don't depend on the behavior of the combining terminal when testing the telet...Daniel Burrows1-15/+8
2010-06-07Verify that we can output two carriage returns from the fake terminal using m...Daniel Burrows1-1/+3
2010-06-07Add a matcher that compares strings by trimming them on the right.Daniel Burrows1-0/+56
2010-06-07Wrap a layer of indirection around wcwidth().Daniel Burrows1-13/+11
2010-06-06Use wide strings in the terminal wrapper interface.Daniel Burrows2-96/+112
2010-06-06Write tests verifying the behavior of the teletype mock object with respect t...Daniel Burrows1-1/+162
2010-06-05Add a convenience matcher to trim whitespace from strings before matching them.Daniel Burrows1-0/+41
2010-06-04Write a "teletype" mock/fake object that allows test code to easily examine t...Daniel Burrows3-0/+168
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 Burrows3-2/+209
2010-06-03Add the gtest test to the automake build.Daniel Burrows1-2/+6
2010-05-28Transition from log4cxx to the new logging framework.Daniel Burrows3-14/+58
2010-05-28Add a logging level "off" to disable logging at a given category.Daniel Burrows1-0/+19
2010-05-28Fix a test of setValue() to use the correct default logging level.Daniel Burrows1-2/+2
2010-05-28Fix the test that setLevel() doesn't propagate upwards.Daniel Burrows1-1/+3
2010-05-28Experimentally add support for a suite of tests based on gtest, and convert t...Daniel Burrows3-69/+115
2010-05-28Fix a place where the test had mismatched expectations and inputs.Daniel Burrows1-1/+1
2010-05-28Implement operator<< on LoggerPtr, for better dumping of test errors.Daniel Burrows1-0/+9
2010-05-28Write some tests of Logger::getCategory().Daniel Burrows1-0/+23
2010-05-28Sort the "using" declarations in the logging test.Daniel Burrows1-1/+1
2010-05-27Write an initial suite of tests for the new logging code.Daniel Burrows3-0/+436
2010-05-25Refine the existing test of the search input controller so it passes.Daniel Burrows1-1/+15
2010-05-25Add some glue code to make mock errors generate Boost.Test failures instead o...Daniel Burrows1-7/+26
2010-05-24Add a missing copyright notice to tests/test_enumerator.cc.Daniel Burrows1-0/+20
2010-05-24Start using google-mock to test the search input controller logic.Daniel Burrows4-1/+176
2010-05-20Write a configure check that tries to locate the Boost unit test libraries.Daniel Burrows1-1/+2
2010-05-09Write a test of an even more basic removal from a set contained in a union ob...Daniel Burrows1-1/+16
2010-05-09Include "union" in the name of the tests of the set union object.Daniel Burrows1-5/+5
2010-05-09Add tests of the behavior of remove() when two sub-sets contain the same elem...Daniel Burrows1-0/+31
2010-05-09Write a test verifying that sets which have been removed from a dynamic set u...Daniel Burrows1-0/+11