scummvm/test/common
2009-05-03 09:00:13 +00:00
..
array.h Added unit test for Common::Array::resize() 2009-05-03 09:00:13 +00:00
bufferedreadstream.h TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS 2009-04-20 19:26:50 +00:00
bufferedseekablereadstream.h TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS 2009-04-20 19:26:50 +00:00
fixedstack.h Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests 2009-01-21 02:23:09 +00:00
func.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
hashmap.h TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS 2009-04-20 19:26:50 +00:00
list.h COMMON: Improved efficiency of some Common::List methods; added more unit tests and some doxygen comments for Common::List and Common::Array 2009-04-27 14:25:16 +00:00
memoryreadstream.h TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS 2009-04-20 19:26:50 +00:00
pack.h TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS 2009-04-20 19:26:50 +00:00
ptr.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
queue.h COMMON: Made sure Common::List and Common::array each have all front/back/push_back/push_front, as have their STL counterparts 2009-04-27 14:23:20 +00:00
rect.h TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS 2009-04-20 19:26:50 +00:00
seekablesubreadstream.h TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS 2009-04-20 19:26:50 +00:00
stack.h Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests 2009-01-21 02:23:09 +00:00
str.h TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS 2009-04-20 19:26:50 +00:00
stream.h TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS 2009-04-20 19:26:50 +00:00
subreadstream.h TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS 2009-04-20 19:26:50 +00:00