Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-25 | Added two methods for getting array elements out of TPriorityList above and ↵ | javalizard | |
below a specific priority, with inclusion. Added TPriorityMap and test cases. | |||
2011-06-20 | some fixes on tests | ctrlaltca@gmail.com | |
2011-05-21 | up-ported to trunk/ unit tests fixes from r2921 | ctrlaltca@gmail.com | |
2010-10-04 | #247 Removed one redundant function. Change the unit test to reflect the ↵ | javalizard | |
function removal. | |||
2010-10-03 | #247 Finalized the TPriorityList class, its unit tests, and added one ↵ | javalizard | |
missing unit test to TList. | |||
2010-09-27 | #291 Added new unit tests for all edit operations on read-only lists. Added ↵ | javalizard | |
a read-only conditional prior to the item search within three functions that search for an item index in the TList prior to editing. | |||
2010-04-22 | started using the TPriorityList, updated some methods functions and slimmed ↵ | javalizard | |
things done a touch. This also updates the unit test. The unit test isn't perfect just yet but this class works 100% as a TList. As things get settled I'll get the docs going on this new class. | |||
2010-04-18 | TPriorityList works like TList if no class specific methods are called. ↵ | javalizard | |
Adds the Unit test. TPriorityList needs more unit testing but I wanted to submit this so the method names can be peer reviewed. | |||
2010-04-17 | Got the return value nailed down for TList::InsertBefore and ↵ | javalizard | |
TList::insertAfter using the unit test. | |||
2010-04-17 | Added Unit tests for insertBefore/After. Change code to expected behavior. | javalizard | |
2010-04-16 | Added a few more tests to the TListTest unit test. | javalizard | |
2010-04-12 | Fixed Issue#246 | Christophe.Boulain | |
2007-06-18 | corrected test | knut | |
2007-06-04 | added more unit test stubs | knut | |
2007-06-04 | implemented unit tests for TPagedList | knut | |
2007-05-30 | added stubs for TPageListTest | knut | |
2007-05-30 | full coverage on TAttributeCollection | knut | |
2007-05-30 | corrected Countable test on TStack | knut | |
2007-05-30 | resolved #631 | knut | |
2007-05-30 | full coverage for TStack | knut | |
2007-05-30 | full coverage for TQueue | knut | |
2007-05-29 | full coverage on TList and TMap in System.Collections | knut | |
2007-05-29 | upgraded unit test suite to use PHPUnit3 | knut | |
use "cd tests/; phpunit AllTests.php" to run the tests use "cd tests/; phpunit --report=coverage AllTests.php" to get a nice code coverage report (need xdebug) | |||
2006-10-23 | merge from 3.0 branch till 1475. | xue | |
2006-02-02 | changed test for item() to itemAt() | knut | |
2006-01-31 | Modified TList and TMap implementation so that they can be more easily extended. | xue | |
2006-01-27 | Ported two more unit tests | knut | |
2006-01-26 | Prototype on new test system with Phing and PHPUnit2 to generate both Unit ↵ | knut | |
Test reports and corresponding Code Coverage reports |