summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/mocks
Commit message (Collapse)AuthorAgeFilesLines
* Better CMake organization and unit test cleanupsPiotr Dziwinski2014-08-121-35/+0
| | | | | | | * created a static library containing most source modules to avoid compiling source modules twice in code and unit tests * moved profile_test to main unit tests executable * removed image_test and edit_test as not really useful
* Some further refactoring and test correctionsPiotr Dziwinski2013-12-201-3/+13
|
* Fixed edit_testPiotr Dziwinski2013-03-271-0/+3
|
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-1/+2
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-0/+21
* all tests are now in /test/ subdirectory * unit tests concatenated to one executable (TODO: ui, common) * preparation for test environments (OpenGL and others) * removed old TestCBot