summaryrefslogtreecommitdiff
path: root/tests/test_resolver_costs.cc
AgeCommit message (Expand)AuthorFilesLines
2011-07-23Eliminate an unused variable.Daniel Burrows1-3/+4
2010-04-09Terminology change: replace "tier operation" with "cost" everywhere.Daniel Burrows1-15/+17
2010-04-04Fix the expected return values in the cost settings parse test.Daniel Burrows1-2/+2
2010-03-21Add a test verifying that "max" can't be used as a cost component name.Daniel Burrows1-1/+2
2010-03-21More diagnostic information when a fail test fails (also output the structure...Daniel Burrows1-2/+9
2010-03-21Be more informative about which input didn't pass the test in the test of thi...Daniel Burrows1-1/+14
2010-03-21With the new operator== and operator<<, I can use CPPUNIT_ASSERT_EQUALS and g...Daniel Burrows1-69/+28
2010-03-19Fix the cost component test to be less lazy about naming types, so it works i...Daniel Burrows1-7/+7
2010-03-18Also make cost parsing exceptions derive from std::exception.Daniel Burrows1-1/+1
2010-03-15Write basic unit tests for the new resolver cost code.Daniel Burrows1-0/+387